Rust post: be more explicit about the scope
[web.git] / ralf / _config.yml
index e5d9a01487b9a238b7fc163ddf6481e12ff66fb2..a19a6d0182ce0257d3f6821298b1ee80386ebd2f 100644 (file)
@@ -2,11 +2,12 @@
 baseurl: ""
 url: "https://www.ralfj.de"
 permalink: "/blog/:year/:month/:day/:title.html"
 baseurl: ""
 url: "https://www.ralfj.de"
 permalink: "/blog/:year/:month/:day/:title.html"
+excerpt_separator: "<!-- MORE -->"
 timezone: "Europe/Berlin"
 
 blog:
     title: "Ralf's Ramblings"
 timezone: "Europe/Berlin"
 
 blog:
     title: "Ralf's Ramblings"
-    description: "Ralf rambling on things"
+    category_dir: "/blog/categories"
 
 readmes:
     src_base: "/home/r/src"
 
 readmes:
     src_base: "/home/r/src"
@@ -24,12 +25,13 @@ defaults:
   - scope:
         path: "" # all files in the project
     values:
   - scope:
         path: "" # all files in the project
     values:
-        layout: "default"
+        layout: "page"
   - scope:
         path: ""
         type: "posts"
     values:
         rss: true
   - scope:
         path: ""
         type: "posts"
     values:
         rss: true
+        post: true
         vars: "blog-page.html"
 
 # Build settings
         vars: "blog-page.html"
 
 # Build settings