get rid of categories and add more tags
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
parent
575eac4fe0
commit
5ebee61159
20 changed files with 39 additions and 29 deletions
|
|
@ -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"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue