From 8e6654ddc8a5801ac5c73488e45635e15b575774 Mon Sep 17 00:00:00 2001 From: johannst Date: Wed, 12 May 2021 01:04:48 +0200 Subject: added "tags" taxonomy --- config.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'config.toml') 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" -- cgit v1.2.3