make category code more readable
[web.git] / ralf / _config.yml
1 # Site settings
2 baseurl: ""
3 url: "https://www.ralfj.de"
4 permalink: "/blog/:year/:month/:day/:title.html"
5 excerpt_separator: "<!-- MORE -->"
6 timezone: "Europe/Berlin"
7
8 blog:
9     title: "Ralf's Ramblings"
10     category_dir: "/blog/categories"
11
12 readmes:
13     src_base: "/home/r/src"
14     out_base: "projects"
15     projects:
16       - name: "lilass"
17       - name: "dyn-nsupdate"
18       - name: "zonemaker"
19       - name: "schsh"
20       - name: "rust-101"
21         src: "rust/rust-101"
22       - name: "git-mirror"
23
24 defaults:
25   - scope:
26         path: "" # all files in the project
27     values:
28         layout: "page"
29   - scope:
30         path: ""
31         type: "posts"
32     values:
33         rss: true
34         post: true
35         vars: "blog-page.html"
36
37 # Build settings
38 markdown: kramdown
39 exclude: ['*.sh']