X-Git-Url: https://git.ralfj.de/web.git/blobdiff_plain/3cccfa3ba4fb64f5213b5d5de7d3e11d7d2b6f57..775174e2210a0c8c0660a7a4f1bc3d7c40aa4c4b:/_config.yml diff --git a/_config.yml b/_config.yml index 7d12ba3..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" @@ -22,6 +24,11 @@ defaults: path: "" # all files in the project values: layout: "default" + - scope: + path: "" + type: "posts" + values: + layout: "post" # Build settings markdown: kramdown