diff options
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 | ||
