diff options
| author | CaptainJack2491 <jayrupnakawala@gmail.com> | 2025-12-27 16:39:29 +0000 |
|---|---|---|
| committer | CaptainJack2491 <jayrupnakawala@gmail.com> | 2025-12-27 16:39:29 +0000 |
| commit | a2fac7bc0b1a5d825b8ed8d07923a17cb16dc32c (patch) | |
| tree | 7b38225470d75f950b6ccfcd93b02a1b431acb58 /_quarto.yml | |
inital commit
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 |
