1
0
Fork 0

get rid of categories and add more tags

Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2023-10-26 11:53:38 +02:00
parent 575eac4fe0
commit 5ebee61159
20 changed files with 39 additions and 29 deletions

View file

@ -12,8 +12,7 @@ build_search_index = true
theme = "zola-clean-blog"
taxonomies = [
{name = "categories", feed = true, paginate_by=5},
{name = "tags", feed = true, paginate_by=5},
{name = "tags", feed = true, paginate_by=10},
]
generate_feed = true
@ -47,7 +46,6 @@ author = "Harald Hoyer"
clean_blog_menu = [
{url = "/", name = "Home"},
{url = "/categories", name = "Categories"},
{url = "/tags", name = "Tags"},
{url = "https://photo-harald.hoyer.xyz/", name = "Photos"},
{url = "/impressum", name = "Impressum"},