From a2fac7bc0b1a5d825b8ed8d07923a17cb16dc32c Mon Sep 17 00:00:00 2001 From: CaptainJack2491 Date: Sat, 27 Dec 2025 16:39:29 +0000 Subject: inital commit --- _quarto.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 _quarto.yml (limited to '_quarto.yml') 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 -- cgit v1.2.3