aboutsummaryrefslogtreecommitdiff
path: root/config.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'config.yaml')
-rwxr-xr-xconfig.yaml20
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 @@
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