diff options
author | Jonas Smedegaard <dr@jones.dk> | 2025-02-23 14:55:53 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2025-02-23 14:55:53 +0100 |
commit | 04b370f1a51318158307587f85f5954e01701126 (patch) | |
tree | a91afd92e5b062b6a3537cb02a3e30e90be3a99f /_quarto.yml |
initial draft
Diffstat (limited to '_quarto.yml')
-rw-r--r-- | _quarto.yml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/_quarto.yml b/_quarto.yml new file mode 100644 index 0000000..580729e --- /dev/null +++ b/_quarto.yml @@ -0,0 +1,35 @@ +project: + type: website + +website: + title: "Overview" + navbar: + left: + - text: Report + href: report.qmd + +lang: en-GB + +mainfont: Source Serif 4 Variable +mainfontoptions: + - OpticalSize=11 +sansfont: SourceSans3VF +sansfontoptions: + - Instance=Regular +monofont: SourceCodeVF +monofontoptions: + - Instance=Regular + - Scale=0.8 + +link-citations: true +bibliography: ref.bib +csl: apa +resource-path: +- /usr/share/citation-style-language/styles + +resources: + - fonts + +filters: + - abstract-section + - stylish-roles |