diff options
author | Jonas Smedegaard <dr@jones.dk> | 2025-03-01 11:16:55 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2025-03-01 11:16:55 +0100 |
commit | d09e6cebade81d5c10226115b51e2e11ac4d8747 (patch) | |
tree | c67452b70085c604c609a4f9e1d9296eea15ca5f /_quarto.yml | |
parent | 0b44c91743ae0de41a333398a3fd3ab151b574c1 (diff) |
add roadmap; use citations
Diffstat (limited to '_quarto.yml')
-rw-r--r-- | _quarto.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/_quarto.yml b/_quarto.yml index f3f389d..a404e31 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -1,5 +1,7 @@ project: type: website + pre-render: + - make roadmap.svg roadmap_early.svg Bachelorizer.svg website: title: "Overview" @@ -21,6 +23,14 @@ monofontoptions: - Instance=Regular - Scale=0.8 +link-citations: true +bibliography: ref.bib +csl: apa +#csl: acm-sig-proceedings +#csl: chicago-fullnote-bibliography +resource-path: +- /usr/share/citation-style-language/styles + filters: - abstract-section - stylish-roles |