Skip to content

Commit 681434d

Browse files
committed
feat(quarto): add other pages in new skeleton structure for tutorial
1 parent 07e3005 commit 681434d

File tree

7 files changed

+50
-0
lines changed

7 files changed

+50
-0
lines changed

_quarto.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,17 @@ website:
2121
contents:
2222
- text: Welcome
2323
href: index.qmd
24+
- pages/why.qmd
2425
- section: "Tutorial"
2526
contents:
2627
- pages/setup.qmd
2728
- pages/basic_structure.qmd
2829
- pages/making_a_change.qmd
30+
- pages/markdown.qmd
31+
- pages/callouts.qmd
32+
- pages/media.qmd
33+
- pages/customising.qmd
34+
- pages/code.qmd
2935
- pages/examples.qmd
3036
page-footer:
3137
center:

pages/basic_structure.qmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ then, quarto render and quarto preview
1010
(or perhaps that's another page?)
1111
explain: what is terminal
1212
(OR show just via buttons?)
13+
14+
https://quarto.org/docs/books/book-output.html
15+
HTML books are at their core Quarto Websites with some special navigational behavior built in.

pages/callouts.qmd

Whitespace-only changes.

pages/code.qmd

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: "(7) Code"
3+
---
4+
5+
code example
6+
code task
7+
8+
rstudio... r...

pages/customising.qmd

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: "(6) Customising the site appearance"
3+
---
4+
5+
themes
6+
css
7+
colours
8+
titles
9+
headings
10+
interacting with quarto.yml
11+
and css

pages/media.qmd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: (5) Images, videos and documents
3+
---

pages/why.qmd

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: "Why make a website for your research?"
3+
---
4+
5+
Research compendium
6+
7+
Paper - report method - actual code - generate
8+
9+
share research
10+
all the details included
11+
12+
more than just appendices and paper
13+
searchable
14+
interactive
15+
mixed media
16+
17+
examples
18+
19+
(this page could even be a quarto slideshow?)

0 commit comments

Comments
 (0)