From e750a6964eca44351a6347f2b6435db0e883cd48 Mon Sep 17 00:00:00 2001 From: johannst Date: Sun, 9 May 2021 23:03:37 +0200 Subject: config: enabled & configured hyde theme --- config.toml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 config.toml 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 -- cgit v1.2.3