typo
[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 timezone: "Europe/Berlin"
6
7 blog:
8     title: "Ralf's Ramblings"
9
10 readmes:
11     src_base: "/home/r/src"
12     out_base: "projects"
13     projects:
14       - name: "lilass"
15       - name: "dyn-nsupdate"
16       - name: "zonemaker"
17       - name: "schsh"
18       - name: "rust-101"
19         src: "rust/rust-101"
20       - name: "git-mirror"
21
22 defaults:
23   - scope:
24         path: "" # all files in the project
25     values:
26         layout: "default"
27   - scope:
28         path: ""
29         type: "posts"
30     values:
31         rss: true
32         post: true
33         vars: "blog-page.html"
34
35 # Build settings
36 markdown: kramdown
37 exclude: ['*.sh']