diff options
-rw-r--r-- | config.toml | 21 |
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 |