link to sloonz's script
[web.git] / personal / _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: "bubblebox"
16       - name: "dyn-nsupdate"
17       - name: "git-mirror"
18       - name: "lilass"
19       - name: "rust-101"
20         src: "rust/rust-101"
21       - name: "schsh"
22       - name: "zonemaker"
23
24 defaults:
25   - scope:
26         path: "" # all files in the project
27     values:
28         layout: "page"
29   - scope:
30         path: ""
31         type: "posts"
32     values:
33         permalink: "/blog/:year/:month/:day/:title.html"
34         rss: true
35         layout: "post"
36
37 # Build settings
38 markdown: kramdown
39 exclude: ['*.sh']