1title: "Mitja Felicijan"
 2baseurl: "https://mitjafelicijan.com"
 3description: "You do not learn by relaxing. You learn by violently assaulting your problem until it surrenders its mysteries to you."
 4language: "en-us"
 5
 6# Code highlighting.
 7# https://swapoff.org/chroma/playground/
 8highlighting: vs
 9
10# Minifies output HTML (including inline CSS, JS).
11minify: true
12
13# Other generaters, in this case RSS generator.
14extras:
15  - template: feed.xml
16    url: feed.xml
17  - template: robots.txt
18    url: robots.txt
19  - template: sitemap.xml
20    url: sitemap.xml
21  - template: 404.html
22    url: 404.html