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