aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjohannst <johannes.stoelp@gmail.com>2021-05-12 01:06:53 +0200
committerjohannst <johannes.stoelp@gmail.com>2021-05-12 01:06:53 +0200
commit35798b0bd657443d5a8517a618c4aa83b7c41d8c (patch)
tree27ad84741983edc21b1fc5922dad31ccebfc1259
parent475bb60b51b362ba281fb84ff34375070b260cbb (diff)
downloadblog-35798b0bd657443d5a8517a618c4aa83b7c41d8c.tar.gz
blog-35798b0bd657443d5a8517a618c4aa83b7c41d8c.zip
reordered config.toml
-rw-r--r--config.toml7
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