develop a new style
[web.git] / _config.yml
index 9ec865f29febbfb0e66e9409f1d1eea322fda86b..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"
@@ -11,13 +13,22 @@ readmes:
     projects:
       - name: "lilass"
       - name: "dyn-nsupdate"
+      - name: "zonemaker"
       - name: "schsh"
+      - name: "rust-101"
+        src: "rust/rust-101"
+      - name: "git-mirror"
 
 defaults:
   - scope:
         path: "" # all files in the project
     values:
         layout: "default"
+  - scope:
+        path: ""
+        type: "posts"
+    values:
+        layout: "post"
 
 # Build settings
 markdown: kramdown