Add quarto project file

This commit is contained in:
Marty Oehme 2024-07-03 16:30:42 +02:00
parent fc22e0cc02
commit d067d41267
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A

35
_quarto.yml Normal file
View file

@ -0,0 +1,35 @@
author: Marty Oehme
csl: https://www.zotero.org/styles/apa
project:
type: default
output-dir: output
render:
- index.qmd
- meta.md
format:
html:
code-fold: true
toc: true
echo: true
# pdf: # BREAKS ON 'GREAT TABLES' python lib tables
# echo: false # since we want to see the code in this case
# papersize: A4
# # geometry:
# # - left=2cm
# # - right=2.5cm
# # - top=2.5cm
# # - bottom=2.5cm
# indent: true
# linestretch: 1.5
# fontfamily: lmodern
# fontsize: "12"
# pdf-engine: tectonic
typst:
toc: true
echo: false
citeproc: true
docx:
toc: true
echo: false