diff options
Diffstat (limited to '_quarto.yml')
-rw-r--r-- | _quarto.yml | 39 |
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 |