summaryrefslogtreecommitdiff
path: root/_quarto.yml
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2023-09-04 06:35:23 +0200
committerJonas Smedegaard <dr@jones.dk>2023-09-04 06:35:23 +0200
commit56087ab3a0c3a26d06699feae6e52d053d722a3e (patch)
tree3012049ebfa4a3736fe90d44efd421c9dc6e442c /_quarto.yml
initial draft
Diffstat (limited to '_quarto.yml')
-rw-r--r--_quarto.yml26
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