X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/46450d541f39450fbca2bfef9f9a071b97497b6d..56d4ba025a1ac4a2a69e05b1d79f2e9bde199883:/_config.yml diff --git a/_config.yml b/_config.yml index 9ec865f..37bb42d 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,7 @@ # Site settings url: "https://www.ralfj.de" +permalink: "/blog/:year/:month/:day/:title.html" +timezone: "Europe/Berlin" blog: title: "Ralf's Ramblings" @@ -11,13 +13,22 @@ readmes: 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 values: layout: "default" + - scope: + path: "" + type: "posts" + values: + layout: "post" # Build settings markdown: kramdown