add taxonomies
This commit is contained in:
parent
c2e5fad0ec
commit
59fe04e1df
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user