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