From 59fe04e1df2a76b6cd15bbda406cd1a943293efe Mon Sep 17 00:00:00 2001 From: Asmir A Date: Wed, 15 Nov 2023 22:56:10 +0100 Subject: [PATCH] add taxonomies --- config.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config.toml b/config.toml index 29d1ad1..3766cfb 100644 --- a/config.toml +++ b/config.toml @@ -11,6 +11,11 @@ theme = "DeepThought" minify_html = true +taxonomies = [ + { name = "categories", feed = true, paginate_by = 10 }, + { name = "tags", feed = true, paginate_by = 10 }, +] + [markdown] highlight_code = true