make a research page happen
[web.git] / research / _config.yml
diff --git a/research/_config.yml b/research/_config.yml
new file mode 100644 (file)
index 0000000..868f8be
--- /dev/null
@@ -0,0 +1,14 @@
+# Site settings
+baseurl: "/~jung"
+url: "https://www.mpi-sws.org"
+timezone: "Europe/Berlin"
+
+defaults:
+  - scope:
+        path: "" # all files in the project
+    values:
+        layout: "default"
+
+# Build settings
+markdown: kramdown
+exclude: ['*.sh']