From 35798b0bd657443d5a8517a618c4aa83b7c41d8c Mon Sep 17 00:00:00 2001 From: johannst Date: Wed, 12 May 2021 01:06:53 +0200 Subject: reordered config.toml --- config.toml | 7 ++++--- 1 file 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 -- cgit v1.2.3