868f8be0ce1de01b7a8585f186d3f69719e0727f
[web.git] / research / _config.yml
1 # Site settings
2 baseurl: "/~jung"
3 url: "https://www.mpi-sws.org"
4 timezone: "Europe/Berlin"
5
6 defaults:
7   - scope:
8         path: "" # all files in the project
9     values:
10         layout: "default"
11
12 # Build settings
13 markdown: kramdown
14 exclude: ['*.sh']