diff options
author | johannst <johannes.stoelp@gmail.com> | 2021-05-12 01:06:53 +0200 |
---|---|---|
committer | johannst <johannes.stoelp@gmail.com> | 2021-05-12 01:06:53 +0200 |
commit | 35798b0bd657443d5a8517a618c4aa83b7c41d8c (patch) | |
tree | 27ad84741983edc21b1fc5922dad31ccebfc1259 | |
parent | 475bb60b51b362ba281fb84ff34375070b260cbb (diff) | |
download | blog-35798b0bd657443d5a8517a618c4aa83b7c41d8c.tar.gz blog-35798b0bd657443d5a8517a618c4aa83b7c41d8c.zip |
reordered config.toml
-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 |