diff options
Diffstat (limited to '_quarto.yml')
-rw-r--r-- | _quarto.yml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/_quarto.yml b/_quarto.yml new file mode 100644 index 0000000..6d202b0 --- /dev/null +++ b/_quarto.yml @@ -0,0 +1,26 @@ +project: + type: website + +lang: da + +website: + title: "RUC 5-stjernet" + navbar: + left: + - href: index.md + text: Hjem + - data/index.md + - manifest/index.md + - text: Bonus + menu: + - software/index.md + - href: about/index.md + text: Om + +format: + html: + theme: + light: flatly + dark: darkly + css: styles.css + toc: true |