f091138e402c382f5d248d897c7492fb04098894
[web.git] / _config.yml
1 # Site settings
2 title: ralfj.de
3 url: "https://www.ralfj.de"
4
5 struct:
6   - url: "/"
7     title: "ralfj.de"
8   - url: "/blog"
9     title: "test"
10
11 defaults:
12   - scope:
13       path: "" # all files in the project
14     values:
15       layout: "default"
16
17 # Build settings
18 markdown: kramdown
19 exclude: ['*.sh']