diff options
Diffstat (limited to '_config.yml')
| -rw-r--r-- | _config.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..0764b33 --- /dev/null +++ b/_config.yml | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | title: Mitja Felicijan | ||
| 2 | author: Mitja Felicijan | ||
| 3 | email: mitja.felicijan@gmail.com | ||
| 4 | url: https://mitjafelicijan.com | ||
| 5 | lang: en | ||
| 6 | |||
| 7 | description: >- | ||
| 8 | You do not learn by relaxing. You learn by violently assaulting your problem | ||
| 9 | until it surrenders its mysteries to you. | ||
| 10 | |||
| 11 | markdown: kramdown | ||
| 12 | highlighter: rouge | ||
| 13 | |||
| 14 | plugins: | ||
| 15 | - jekyll-feed | ||
