more uniformity for blog post headers; change link colors a bit
[web.git] / ralf / _config.yml
index bf82a60d55ce3e9db0d784dc22f3602d092fd83f..f08b44a87f20df4e57078b99f88e25f6cbbfd4ce 100644 (file)
@@ -1,4 +1,5 @@
 # Site settings
+baseurl: ""
 url: "https://www.ralfj.de"
 permalink: "/blog/:year/:month/:day/:title.html"
 timezone: "Europe/Berlin"
@@ -23,13 +24,14 @@ defaults:
   - scope:
         path: "" # all files in the project
     values:
-        layout: "page"
+        layout: "default"
   - scope:
         path: ""
         type: "posts"
     values:
         rss: true
-        pretitle: "Ralf's Ramblings"
+        post: true
+        vars: "blog-page.html"
 
 # Build settings
 markdown: kramdown