diff --git a/_quarto.yml b/_quarto.yml new file mode 100644 index 0000000..485f649 --- /dev/null +++ b/_quarto.yml @@ -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