File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed
Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change 11project:
2+ # TODO: change to extension name if using a custom extension
23 type: website
34 # Delete auto-generated files from `quartodoc`
45 post-render: rm -f docs/reference/*.qmd
@@ -72,9 +73,20 @@ metadata-files:
7273 - docs/reference/_sidebar.yml
7374
7475format:
75- {{ "seedcase-theme-html" if is_seedcase_project else "html" }}:
76- include-before-body:
77- - "docs/site-counter.html"
76+ {% if is_seedcase_project -%}
77+ seedcase-theme-html:
78+ theme:
79+ - brand
80+ {% - else -%}
81+ # TODO: Use Quarto extension if available
82+ html:
83+ theme:
84+ # TODO: Choose a different theme if desired
85+ - litera
86+ {% - endif %}
87+ # TODO: Uncomment if using the goatcounter website visitor counter
88+ # include-before-body:
89+ # - "includes/site-counter.html"
7890
7991editor:
8092 markdown:
You can’t perform that action at this time.
0 commit comments