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