summaryrefslogtreecommitdiff
path: root/_quarto.yml
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2024-01-19 13:43:55 +0100
committerJonas Smedegaard <dr@jones.dk>2024-01-19 13:43:55 +0100
commit6ffdf8759dbce8b7ade464a7f171fe1efcd73555 (patch)
treec5970ff4a9fef725c46f29ed791b9acc3823f949 /_quarto.yml
initial draft
Diffstat (limited to '_quarto.yml')
-rw-r--r--_quarto.yml39
1 files changed, 39 insertions, 0 deletions
diff --git a/_quarto.yml b/_quarto.yml
new file mode 100644
index 0000000..771a33c
--- /dev/null
+++ b/_quarto.yml
@@ -0,0 +1,39 @@
+project:
+ type: website
+
+website:
+ title: "Orøposten"
+ navbar:
+ left:
+ - href: index.qmd
+ text: Oversigt
+ - href: post/index.qmd
+ text: Arkiv
+ - href: om/index.qmd
+ text: Om os
+
+lang: da
+
+mainfont: ETbb
+mainfontoptions:
+- Numbers=Lowercase
+sansfont: TeX Gyre Heros
+sansfontoptions:
+- Scale=MatchLowercase
+monofont: Inconsolata
+monofontoptions:
+- Scale=MatchLowercase
+
+title-block-banner: false
+
+format:
+ html:
+ default-image-extension: svg
+ theme:
+ light: litera
+ dark: solar
+ css: styles.css
+# toc: true
+
+filters:
+ - diagram