chore: Move genres out of tags
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
fba1b62439
commit
7723de6b15
@ -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'
|
||||
|
11
hugo.toml
11
hugo.toml
@ -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" ]
|
||||
|
Loading…
Reference in New Issue
Block a user