diff options
| author | Mitja Felicijan <m@mitjafelicijan.com> | 2023-07-08 23:25:41 +0200 |
|---|---|---|
| committer | Mitja Felicijan <m@mitjafelicijan.com> | 2023-07-08 23:25:41 +0200 |
| commit | cd6644ea4ddc78597934ab0ef5ba50e3c3daa927 (patch) | |
| tree | 03de331a8db6386dfd6fa75155bfbcea6b4feaf3 /config.yaml | |
| parent | 84ed124529ffeee1590295b8de3a8faf51848680 (diff) | |
| download | mitjafelicijan.com-cd6644ea4ddc78597934ab0ef5ba50e3c3daa927.tar.gz | |
Moved to a simpler SSG
Diffstat (limited to 'config.yaml')
| -rw-r--r-- | config.yaml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..324d762 --- /dev/null +++ b/config.yaml | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | title: "Mitja Felicijan" | ||
| 2 | baseurl: "https://mitjafelicijan.com" | ||
| 3 | description: "You do not learn by relaxing. You learn by violently assaulting your problem until it surrenders its mysteries to you." | ||
| 4 | language: "en-us" | ||
| 5 | |||
| 6 | # Code highlighting. | ||
| 7 | # https://swapoff.org/chroma/playground/ | ||
| 8 | highlighting: "vs" | ||
| 9 | |||
| 10 | # Minifies output HTML (including inline CSS, JS). | ||
| 11 | minify: true | ||
| 12 | |||
| 13 | extras: | ||
| 14 | - template: index.xml | ||
| 15 | url: index.xml | ||
| 16 | - template: notes.xml | ||
| 17 | url: notes.xml | ||
