diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-03-10 14:59:14 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-03-10 14:59:14 +0100 |
| commit | 1100562e29f6476448b656dbddd4cf22505523f6 (patch) | |
| tree | 442eec492199104bd49dfd74474ce89ade8fcac9 /config.yaml | |
| parent | a40d80be378e46a6c490e1b99b0d8f4acd968503 (diff) | |
| download | mitjafelicijan.com-1100562e29f6476448b656dbddd4cf22505523f6.tar.gz | |
Move back to JBMAFP
Diffstat (limited to 'config.yaml')
| -rwxr-xr-x | config.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/config.yaml b/config.yaml new file mode 100755 index 0000000..6b49743 --- /dev/null +++ b/config.yaml | |||
| @@ -0,0 +1,20 @@ | |||
| 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 | # Other generaters, in this case RSS generator. | ||
| 14 | extras: | ||
| 15 | - template: feed.xml | ||
| 16 | url: feed.xml | ||
| 17 | - template: robots.txt | ||
| 18 | url: robots.txt | ||
| 19 | - template: sitemap.xml | ||
| 20 | url: sitemap.xml | ||
