Skip to content

Commit 3ea95f8

Browse files
committed
docs: tweak example themes
1 parent f0e57de commit 3ea95f8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

examples/pkgdown/_quarto.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ project:
44
- objects.json
55

66
website:
7+
title: pkgdown example
78
navbar:
89
left:
910
- href: https://machow.github.io/quartodoc/
@@ -14,7 +15,10 @@ website:
1415
- icon: github
1516
href: https://github.com/machow/quartodoc/tree/main/examples/pkgdown
1617

17-
18+
format:
19+
html:
20+
theme:
21+
light: minty
1822

1923
quartodoc:
2024
style: pkgdown

examples/single-page/_quarto.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ project:
44
- objects.json
55

66
website:
7+
title: single-page example
78
navbar:
89
left:
910
- href: https://machow.github.io/quartodoc/
@@ -14,6 +15,10 @@ website:
1415
- icon: github
1516
href: https://github.com/machow/quartodoc/tree/main/examples/single-page
1617

18+
format:
19+
html:
20+
theme: minty
21+
1722
quartodoc:
1823
style: single-page
1924
dir: reference

0 commit comments

Comments
 (0)