X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/a9427057409359dd7aaeace41ab68f8a6d49dc54..9ec5b4c0fb5f705fa69b1629c6eaa60dae500b69:/_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