add taxonomies

This commit is contained in:
Asmir A 2023-11-15 22:56:10 +01:00
parent c2e5fad0ec
commit 59fe04e1df
Signed by: asmir
GPG Key ID: 020C42B7A9ABA3E2

View File

@ -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