split CSS into several files; take some CSS from the default jekyll skeleton
[web.git] / ralf / _config.yml
index 0d456bea37db145df975adc450653de53e5903db..a19a6d0182ce0257d3f6821298b1ee80386ebd2f 100644 (file)
@@ -2,10 +2,12 @@
 baseurl: ""
 url: "https://www.ralfj.de"
 permalink: "/blog/:year/:month/:day/:title.html"
+excerpt_separator: "<!-- MORE -->"
 timezone: "Europe/Berlin"
 
 blog:
     title: "Ralf's Ramblings"
+    category_dir: "/blog/categories"
 
 readmes:
     src_base: "/home/r/src"
@@ -23,7 +25,7 @@ defaults:
   - scope:
         path: "" # all files in the project
     values:
-        layout: "default"
+        layout: "page"
   - scope:
         path: ""
         type: "posts"