diff options
| author | Jonas Smedegaard <dr@jones.dk> | 2025-10-06 10:08:39 +0200 |
|---|---|---|
| committer | Jonas Smedegaard <dr@jones.dk> | 2025-10-06 10:08:39 +0200 |
| commit | f3672ff20c7b7d1dccfa8de5f6df78b863d124b5 (patch) | |
| tree | 896d33e2ffd9c17cbed5e83793c5405dbfb5f31b /_quarto.yml | |
| parent | 04f16e64c4fe576a1d94b1ee32ca76b2d2e7d726 (diff) | |
add initial report structure
Diffstat (limited to '_quarto.yml')
| -rw-r--r-- | _quarto.yml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/_quarto.yml b/_quarto.yml new file mode 100644 index 0000000..b0942d7 --- /dev/null +++ b/_quarto.yml @@ -0,0 +1,24 @@ +project: + type: website + +website: + title: "Overview" + navbar: + left: + - text: Report + href: report.qmd + +lang: da + +# Use Adobe Serif, and Adobe Sans for headlines, +# but *not* Source Code Pro (from same superfamily) for code +# as that cannot fit a line count and 72 chars within a 12pt line. +# Instead use Iosevka, which is distinctly condensed, +# with stylistic set to mimic IBM Plex Mono for more crisp {} and #, +# and set system default monospace font to IBM Plex Mono +# to render fonts in SVG diagrams in similar style but non-condensed. +mainfont: Source Serif 4 +sansfont: Source Sans 3 +monofont: Iosevka +monofontoptions: + - StylisticSet = 15 |
