diff options
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 |