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
tags = [
"Tier MID",
"Industrial",
"LP",
"2024"
]
genres = ["Industrial"]
[cover]
image = 'https://s3.badhouseplants.net/badhouseplants-net-main/ministry_hopiumforthemasses.jpg'

View File

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