prepare for having two sites: personal and research
[web.git] / ralf / _config.yml
diff --git a/ralf/_config.yml b/ralf/_config.yml
new file mode 100644 (file)
index 0000000..bf82a60
--- /dev/null
@@ -0,0 +1,36 @@
+# Site settings
+url: "https://www.ralfj.de"
+permalink: "/blog/:year/:month/:day/:title.html"
+timezone: "Europe/Berlin"
+
+blog:
+    title: "Ralf's Ramblings"
+    description: "Ralf rambling on things"
+
+readmes:
+    src_base: "/home/r/src"
+    out_base: "projects"
+    projects:
+      - name: "lilass"
+      - name: "dyn-nsupdate"
+      - name: "zonemaker"
+      - name: "schsh"
+      - name: "rust-101"
+        src: "rust/rust-101"
+      - name: "git-mirror"
+
+defaults:
+  - scope:
+        path: "" # all files in the project
+    values:
+        layout: "page"
+  - scope:
+        path: ""
+        type: "posts"
+    values:
+        rss: true
+        pretitle: "Ralf's Ramblings"
+
+# Build settings
+markdown: kramdown
+exclude: ['*.sh']