Skip to content

Commit 78ebd25

Browse files
committed
feat(quarto): heading + sections numbers, + page nav
1 parent 524220b commit 78ebd25

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

_quarto.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ project:
44
website:
55
title: "Introduction to Quarto for Research Projects"
66
favicon: images/daffodil_head.png
7+
page-navigation: true
78
navbar:
89
title: "Introduction to Quarto for Research Projects"
910
right:
@@ -34,6 +35,7 @@ website:
3435
3536
format:
3637
html:
38+
number-sections: true
3739
theme:
3840
- cosmo
3941
- styles/theme.scss

pages/basic_structure.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Basic structure"
2+
title: "(2) Basic structure"
33
---
44

55
explain basic structure of quarto website

pages/making_a_change.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Making a change"
2+
title: "(3) Making a change"
33
---
44

55
make a change

0 commit comments

Comments
 (0)