generate readme pages through a plugin
[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 readmes:
9     src_base: "/home/r/src"
10     out_base: "projects"
11     projects:
12       - name: "lilass"
13       - name: "dyn-nsupdate"
14       - name: "schsh"
15
16 defaults:
17   - scope:
18         path: "" # all files in the project
19     values:
20         layout: "default"
21
22 # Build settings
23 markdown: kramdown
24 exclude: ['*.sh']