aboutsummaryrefslogtreecommitdiffhomepage
path: root/config.toml
diff options
context:
space:
mode:
authorjohannst <johannes.stoelp@gmail.com>2021-05-12 01:04:48 +0200
committerjohannst <johannes.stoelp@gmail.com>2021-05-12 01:04:48 +0200
commit8e6654ddc8a5801ac5c73488e45635e15b575774 (patch)
tree133dfe197baccac3e2c0169301e1b42be05f2a10 /config.toml
parentd854b9c47bced5067b4e75f18f6f3068431ccdcf (diff)
downloadblog-8e6654ddc8a5801ac5c73488e45635e15b575774.tar.gz
blog-8e6654ddc8a5801ac5c73488e45635e15b575774.zip
added "tags" taxonomy
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml8
1 files changed, 6 insertions, 2 deletions
diff --git a/config.toml b/config.toml
index f9c51ce..94e4e3f 100644
--- a/config.toml
+++ b/config.toml
@@ -5,6 +5,10 @@ build_search_index = true
title = "memzero"
description = "Cow says .*"
+taxonomies = [
+ { name = "tags" },
+]
+
theme = "hyde"
[markdown]
@@ -13,8 +17,8 @@ highlight_code = true
[extra]
hyde_links = [
- {url = "https://github.com/johannst", name = "GitHub"},
- {url = "https://twitter.com/xjohannst", name = "Twitter"},
+ { url = "https://github.com/johannst", name = "GitHub" },
+ { url = "https://twitter.com/xjohannst", name = "Twitter" },
]
#hyde_theme = "theme-base-0d"