diff --git a/content/posts/allanger/ministry_hopiumforthemasses.md b/content/posts/allanger/ministry_hopiumforthemasses.md index 9d54d5d..27ae172 100644 --- a/content/posts/allanger/ministry_hopiumforthemasses.md +++ b/content/posts/allanger/ministry_hopiumforthemasses.md @@ -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' diff --git a/hugo.toml b/hugo.toml index 9de8a10..faf03ae 100644 --- a/hugo.toml +++ b/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" ]