From 58042b5135ddf74bf5945c46eafd3828739e045c Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Mon, 24 Feb 2025 15:00:10 +0100 Subject: initial draft --- _quarto.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 _quarto.yml (limited to '_quarto.yml') diff --git a/_quarto.yml b/_quarto.yml new file mode 100644 index 0000000..f3f389d --- /dev/null +++ b/_quarto.yml @@ -0,0 +1,28 @@ +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 + +filters: + - abstract-section + - stylish-roles + - include-code-files +# - diagram -- cgit v1.2.3