get the content styled again
[web.git] / _config.yml
1 # Site settings
2 title: ralfj.de
3 url: "https://www.ralfj.de"
4
5 structure:
6   - url: "/"
7     title: "ralfj.de"
8     structure:
9       - url: "projects/"
10         title: "Projects"
11         structure:
12           - url: "lilass/"
13             title: LiLaSS
14           - url: "schsh/"
15             title: schsh
16       - url: "cs/"
17         title: "Research"
18
19 defaults:
20   - scope:
21       path: "" # all files in the project
22     values:
23       layout: "default"
24
25 # Build settings
26 markdown: kramdown
27 exclude: ['*.sh']