aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjohannst <johannes.stoelp@gmail.com>2021-05-09 23:03:37 +0200
committerjohannst <johannes.stoelp@gmail.com>2021-05-09 23:03:37 +0200
commite750a6964eca44351a6347f2b6435db0e883cd48 (patch)
treeb9d5e7263b1a6cc33cf4c7b06002df44ca0398e0
parent83c023d4f7aabb0f70b9781f0b50e42bc781f11f (diff)
downloadblog-e750a6964eca44351a6347f2b6435db0e883cd48.tar.gz
blog-e750a6964eca44351a6347f2b6435db0e883cd48.zip
config: enabled & configured hyde theme
-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