diff options
| author | CaptainJack2491 <jayrupnakawala@gmail.com> | 2026-01-05 17:17:54 +0000 |
|---|---|---|
| committer | CaptainJack2491 <jayrupnakawala@gmail.com> | 2026-01-05 17:17:54 +0000 |
| commit | 83ddef2251b05a0d39dcb08594644f65e8405861 (patch) | |
| tree | 4fc7bc4e287dacbc41cb7ec808f56461b1be12f8 /_quarto.yml | |
| parent | a88167389ca14e2ccf37be9a6dac6c5d7e7ae7e2 (diff) | |
updated _quarto.yml and added index pages and custom css
Diffstat (limited to '_quarto.yml')
| -rw-r--r-- | _quarto.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/_quarto.yml b/_quarto.yml index 766110e..02d2065 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -8,5 +8,10 @@ format: 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 |
