diff --git a/_quarto-blog.yml b/_quarto-blog.yml new file mode 100644 index 0000000..cadadf5 --- /dev/null +++ b/_quarto-blog.yml @@ -0,0 +1,17 @@ +project: + type: default + output-dir: /home/marty/projects/hosting/webpage/src/content/blog/2024-07-02-nuclear-explosions-analysis + render: + - index.qmd + +format: + hugo-md: + preserve-yaml: true + code-fold: true + typst: + toc: true + echo: false + citeproc: true + docx: + toc: true + echo: false diff --git a/_quarto-default.yml b/_quarto-default.yml new file mode 100644 index 0000000..6388dfb --- /dev/null +++ b/_quarto-default.yml @@ -0,0 +1,35 @@ +project: + type: default + output-dir: output + render: + - index.qmd + - meta.md + +execute: + cache: true + +format: + html: + code-fold: true + toc: true + echo: true + typst: + toc: true + echo: false + citeproc: true + docx: + toc: true + echo: false + # 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 diff --git a/_quarto.yml b/_quarto.yml index 485f649..920501a 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -1,35 +1,6 @@ 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 +profile: + group: + - [default, blog]