X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/a9427057409359dd7aaeace41ab68f8a6d49dc54..647f07c29a79a6d2c8fc1bfbd6e6a089d400934d:/_config.yml diff --git a/_config.yml b/_config.yml index 7d12ba3..bf82a60 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" @@ -21,7 +23,13 @@ defaults: - scope: path: "" # all files in the project values: - layout: "default" + layout: "page" + - scope: + path: "" + type: "posts" + values: + rss: true + pretitle: "Ralf's Ramblings" # Build settings markdown: kramdown