Rust post: be more explicit about the scope
[web.git] / ralf / _config.yml
index bf82a60d55ce3e9db0d784dc22f3602d092fd83f..a19a6d0182ce0257d3f6821298b1ee80386ebd2f 100644 (file)
@@ -1,11 +1,13 @@
 # Site settings
+baseurl: ""
 url: "https://www.ralfj.de"
 permalink: "/blog/:year/:month/:day/:title.html"
+excerpt_separator: "<!-- MORE -->"
 timezone: "Europe/Berlin"
 
 blog:
     title: "Ralf's Ramblings"
-    description: "Ralf rambling on things"
+    category_dir: "/blog/categories"
 
 readmes:
     src_base: "/home/r/src"
@@ -29,7 +31,8 @@ defaults:
         type: "posts"
     values:
         rss: true
-        pretitle: "Ralf's Ramblings"
+        post: true
+        vars: "blog-page.html"
 
 # Build settings
 markdown: kramdown