blob: 70373560de3d1c96fcf43cf8a2fc14486fdae06a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
project:
type: website
output-dir: public
# This tells Quarto: "Every time you see a .qmd, make an HTML and a TXT"
format:
html:
from: markdown+autolink_bare_uris
theme: none
minimal: true
embed-resources: true
css: terminal.css
include-in-header:
# Optional: Import a proper dev font from Google Fonts
text: |
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono&display=swap" rel="stylesheet">
plain:
output-ext: txt # This forces the extension to .txt instead of .plain
|