Split into default and blog-ready render profiles

This commit is contained in:
Marty Oehme 2024-07-03 20:00:17 +02:00
parent 8cbe6c3571
commit e90b423ebc
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
3 changed files with 55 additions and 32 deletions

17
_quarto-blog.yml Normal file
View file

@ -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

35
_quarto-default.yml Normal file
View file

@ -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

View file

@ -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]