X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/bc8bbcf168afb52ec0bdd219122e8b817c361468..56d4ba025a1ac4a2a69e05b1d79f2e9bde199883:/_config.yml diff --git a/_config.yml b/_config.yml index 83ead92..37bb42d 100644 --- a/_config.yml +++ b/_config.yml @@ -1,15 +1,34 @@ # Site settings url: "https://www.ralfj.de" +permalink: "/blog/:year/:month/:day/:title.html" +timezone: "Europe/Berlin" blog: title: "Ralf's Ramblings" description: "Ralf rambling on things" +readmes: + src_base: "/home/r/src" + out_base: "projects" + projects: + - name: "lilass" + - name: "dyn-nsupdate" + - name: "zonemaker" + - name: "schsh" + - name: "rust-101" + src: "rust/rust-101" + - name: "git-mirror" + defaults: - scope: - path: "" # all files in the project + path: "" # all files in the project + values: + layout: "default" + - scope: + path: "" + type: "posts" values: - layout: "default" + layout: "post" # Build settings markdown: kramdown