diff options
Diffstat (limited to '_quarto.yml')
-rw-r--r-- | _quarto.yml | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/_quarto.yml b/_quarto.yml new file mode 100644 index 0000000..11dcae0 --- /dev/null +++ b/_quarto.yml @@ -0,0 +1,42 @@ +project: + type: website + +title: RAPL-måling +#subtitle: | +# HumTek-B-23, Basisprojekt 2 \ +# eksamensgruppe V2324788176 + +website: + navbar: + left: + - text: Faser + menu: + - text: Reorganisering + href: reorg/index.qmd + - text: Debian + href: debian/index.qmd + +lang: da + +title-block-banner: true + +format: + html: + default-image-extension: svg + theme: + light: [flatly, styles/main.scss] + dark: [darkly, styles/main.scss] + toc: true + +# override colors otherwise inherited from html theme +mermaid: + theme: neutral + +link-citations: true +bibliography: ref.bib +csl: apa +resource-path: +- /usr/share/citation-style-language/styles + +filters: + - diagram |