start honoring baseurl again; crazy hackery to get page-dependent computed (pre)titles
[web.git] / ralf / _config.yml
index bf82a60d55ce3e9db0d784dc22f3602d092fd83f..e5d9a01487b9a238b7fc163ddf6481e12ff66fb2 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,13 @@ defaults:
   - scope:
         path: "" # all files in the project
     values:
-        layout: "page"
+        layout: "default"
   - scope:
         path: ""
         type: "posts"
     values:
         rss: true
-        pretitle: "Ralf's Ramblings"
+        vars: "blog-page.html"
 
 # Build settings
 markdown: kramdown