X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/a9427057409359dd7aaeace41ab68f8a6d49dc54..cf8145d8e8cb87e75171718c88355137d1a900ef:/_config.yml diff --git a/_config.yml b/_config.yml index 7d12ba3..37a8410 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,12 @@ defaults: - scope: path: "" # all files in the project values: - layout: "default" + layout: "page" + - scope: + path: "" + type: "posts" + values: + layout: "post" # Build settings markdown: kramdown