diff options
author | johannst <johannes.stoelp@gmail.com> | 2021-05-09 23:03:37 +0200 |
---|---|---|
committer | johannst <johannes.stoelp@gmail.com> | 2021-05-09 23:03:37 +0200 |
commit | e750a6964eca44351a6347f2b6435db0e883cd48 (patch) | |
tree | b9d5e7263b1a6cc33cf4c7b06002df44ca0398e0 | |
parent | 83c023d4f7aabb0f70b9781f0b50e42bc781f11f (diff) | |
download | blog-e750a6964eca44351a6347f2b6435db0e883cd48.tar.gz blog-e750a6964eca44351a6347f2b6435db0e883cd48.zip |
config: enabled & configured hyde theme
-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 |