Skip to content

Commit a0acd4f

Browse files
committed
add website
1 parent 09f2ae0 commit a0acd4f

File tree

189 files changed

+22464
-742
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

189 files changed

+22464
-742
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,5 @@ vignettes/*.pdf
3939
### R.Bookdown Stack ###
4040
# R package: bookdown caching files
4141
/*_files/
42+
43+
/.quarto/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ An AAGI [reveal.js](https://revealjs.com) slide deck built with [Quarto](https:/
44

55
## Viewing and Presenting the Slides
66

7-
Go [here]() and hit "S" for a separate window that will have the speaker notes so you can see what each slide covers in more detail.
7+
Go [here](https://aagi-aus.github.io/Intro_to_Trial_Design/aagi_cu_trial_design.html#/title-slide) and hit "S" for a separate window that will have the speaker notes so you can see what each slide covers in more detail.
88
Hit "F" on the main screen for a full-screen or select from the hamburger menu icon in the lower left corner of your screen.
99

1010
## Modifying and Building

_quarto.yml

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,32 @@
11
project:
2-
type: default
2+
type: website
3+
resources:
4+
- assets/*
5+
6+
website:
7+
title: "Introduction to Trial Design"
8+
reader-mode: true
9+
repo-url: https://github.com/AAGI-AUS/Intro_to_Trial_Design
10+
repo-actions: [edit, issue]
11+
margin-header: |
12+
![](/assets/aagi-logo.svg)
13+
body-footer: |
14+
![](/assets/Partners.svg)
15+
sidebar:
16+
style: "floating"
17+
search: true
18+
tools:
19+
- icon: github
20+
href: https://github.com/AAGI-AUS/Intro_to_Trial_Design
21+
contents:
22+
- text: "Home"
23+
file: index.qmd
24+
- section: "Extra"
25+
contents:
26+
- release-notes.qmd
27+
format:
28+
html:
29+
toc: true
30+
theme:
31+
- none
32+
- _extensions/aagi/revealjs/aagi.scss
4 KB
Binary file not shown.
4 KB
Binary file not shown.
4 KB
Binary file not shown.
4 KB
Loading
4 KB
Binary file not shown.
4 KB
Loading
File renamed without changes.

0 commit comments

Comments
 (0)