83ead923c84745b9280e3af305b75b0dd4afac6a
[web.git] / _config.yml
1 # Site settings
2 url: "https://www.ralfj.de"
3
4 blog:
5     title: "Ralf's Ramblings"
6     description: "Ralf rambling on things"
7
8 defaults:
9   - scope:
10       path: "" # all files in the project
11     values:
12       layout: "default"
13
14 # Build settings
15 markdown: kramdown
16 exclude: ['*.sh']