chore: Move genres out of tags
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Nikolai Rodionov 2024-11-19 21:58:44 +01:00
parent fba1b62439
commit 7723de6b15
Signed by: allanger
GPG Key ID: 0AA46A90E25592AD
2 changed files with 9 additions and 5 deletions

View File

@ -4,10 +4,9 @@ date = 2024-11-18T15:49:59+01:00
draft = false draft = false
tags = [ tags = [
"Tier MID", "Tier MID",
"Industrial",
"LP",
"2024" "2024"
] ]
genres = ["Industrial"]
[cover] [cover]
image = 'https://s3.badhouseplants.net/badhouseplants-net-main/ministry_hopiumforthemasses.jpg' image = 'https://s3.badhouseplants.net/badhouseplants-net-main/ministry_hopiumforthemasses.jpg'

View File

@ -66,7 +66,7 @@ disableInlineCSS = true
[[menus.main]] [[menus.main]]
name = "Archive" name = "Archive"
url = "archives" url = "archives"
weight = 4 weight = 5
[[menus.main]] [[menus.main]]
name = "Search" name = "Search"
url = "search/" url = "search/"
@ -77,14 +77,18 @@ name = "Tags"
url = "/tags/" url = "/tags/"
weight = 2 weight = 2
[[menus.main]] [[menus.main]]
name = "Genres"
url = "/genres/"
weight = 2
[[menus.main]]
name = "About" name = "About"
url = "about/" url = "about/"
weight = 3 weight = 4
[[menus.main]] [[menus.main]]
name = "Source" name = "Source"
url = "https://gitea.badhouseplants.net/badhouseplants/badhouseplants-net" url = "https://gitea.badhouseplants.net/badhouseplants/badhouseplants-net"
weight = 5 weight = 6
[params.fuseOpts] [params.fuseOpts]
isCaseSensitive = false isCaseSensitive = false
shouldSort = true shouldSort = true
@ -100,5 +104,6 @@ weight = 5
[taxonomies] [taxonomies]
tag = 'tags' tag = 'tags'
genre = 'genres'
[outputs] [outputs]
home = [ "HTML", "RSS", "JSON" ] home = [ "HTML", "RSS", "JSON" ]