diff options
Diffstat (limited to '_quarto.yml')
| -rw-r--r-- | _quarto.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/_quarto.yml b/_quarto.yml new file mode 100644 index 0000000..766110e --- /dev/null +++ b/_quarto.yml @@ -0,0 +1,12 @@ +project: + type: website + output-dir: public + +# This tells Quarto: "Every time you see a .qmd, make an HTML and a TXT" +format: + html: + theme: none + minimal: true + embed-resources: true + plain: + output-ext: txt # This forces the extension to .txt instead of .plain |
