Split into default and blog-ready render profiles
This commit is contained in:
parent
8cbe6c3571
commit
e90b423ebc
3 changed files with 55 additions and 32 deletions
17
_quarto-blog.yml
Normal file
17
_quarto-blog.yml
Normal 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
35
_quarto-default.yml
Normal 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
|
35
_quarto.yml
35
_quarto.yml
|
@ -1,35 +1,6 @@
|
||||||
author: Marty Oehme
|
author: Marty Oehme
|
||||||
csl: https://www.zotero.org/styles/apa
|
csl: https://www.zotero.org/styles/apa
|
||||||
|
|
||||||
project:
|
profile:
|
||||||
type: default
|
group:
|
||||||
output-dir: output
|
- [default, blog]
|
||||||
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
|
|
||||||
|
|
Loading…
Reference in a new issue