fix welcome post
[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     description: "Ralf rambling on things"
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         vars: "blog-page.html"
34
35 # Build settings
36 markdown: kramdown
37 exclude: ['*.sh']