prepare things for a blog
[web.git] / _config.yml
index 7d12ba3aa4941b666a843e4e924fb766ffa03366..37bb42d023b8bbde1b05f363852c951ef2716bef 100644 (file)
@@ -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