aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--config.toml21
1 files changed, 21 insertions, 0 deletions
diff --git a/config.toml b/config.toml
new file mode 100644
index 0000000..f9c51ce
--- /dev/null
+++ b/config.toml
@@ -0,0 +1,21 @@
+base_url = "https://memzero.de/blog"
+compile_sass = true
+build_search_index = true
+
+title = "memzero"
+description = "Cow says .*"
+
+theme = "hyde"
+
+[markdown]
+highlight_code = true
+#highlight_theme
+
+[extra]
+hyde_links = [
+ {url = "https://github.com/johannst", name = "GitHub"},
+ {url = "https://twitter.com/xjohannst", name = "Twitter"},
+]
+#hyde_theme = "theme-base-0d"
+
+# vim:ft=config