d96c35d25a89274fc06e3f4d4195191536c829c2
[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
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: "default"
28   - scope:
29         path: ""
30         type: "posts"
31     values:
32         rss: true
33         post: true
34         vars: "blog-page.html"
35
36 # Build settings
37 markdown: kramdown
38 exclude: ['*.sh']