summaryrefslogtreecommitdiff
path: root/_quarto.yml
blob: 02d2065933bdae9c9748b8a986d4dceb820e48a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
    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