bf82a60d55ce3e9db0d784dc22f3602d092fd83f
[web.git] / ralf / _config.yml
1 # Site settings
2 url: "https://www.ralfj.de"
3 permalink: "/blog/:year/:month/:day/:title.html"
4 timezone: "Europe/Berlin"
5
6 blog:
7     title: "Ralf's Ramblings"
8     description: "Ralf rambling on things"
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: "page"
27   - scope:
28         path: ""
29         type: "posts"
30     values:
31         rss: true
32         pretitle: "Ralf's Ramblings"
33
34 # Build settings
35 markdown: kramdown
36 exclude: ['*.sh']