diff options
-rw-r--r-- | config.toml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/config.toml b/config.toml index 41cfe95..3e8704a 100644 --- a/config.toml +++ b/config.toml @@ -1,15 +1,16 @@ base_url = "https://memzero.de/blog" -compile_sass = true -build_search_index = true title = "memzero" description = "Cow says .*" +theme = "hyde" + taxonomies = [ { name = "tags" }, ] -theme = "hyde" +compile_sass = true +build_search_index = true [markdown] highlight_code = true |