Compare commits
2 Commits
9f70d454ee
...
9a4dca327d
Author | SHA1 | Date | |
---|---|---|---|
9a4dca327d | |||
a3e07b6ed5 |
@ -4,4 +4,5 @@ date = 2024-10-01T17:00:04+02:00
|
||||
draft = false
|
||||
+++
|
||||
|
||||
We should have some description here, I guess
|
||||
Welcome to BadHouseplants. Here you're supposed to find very short musical reviews.
|
||||
|
||||
|
27
content/posts/allanger/ministry_hopiumforthemasses.md
Normal file
27
content/posts/allanger/ministry_hopiumforthemasses.md
Normal file
@ -0,0 +1,27 @@
|
||||
+++
|
||||
title = 'Ministry - HOPIUMFORTHEMASSES'
|
||||
date = 2024-11-18T15:49:59+01:00
|
||||
draft = true
|
||||
tags = [
|
||||
"Tier MID",
|
||||
"Industrial",
|
||||
"LP",
|
||||
"2024"
|
||||
]
|
||||
|
||||
[cover]
|
||||
image = 'https://s3.badhouseplants.net/badhouseplants-net-main/ministry_hopiumforthemasses.jpg'
|
||||
alt = 'HOPIUMFORTHEMASSES'
|
||||
+++
|
||||
|
||||
**Rating**: **3/5** (Mid tier)
|
||||
|
||||
## Comment
|
||||
|
||||
I wanted to say it's a terrible release, but I've found myself headbanging while listening to it, and I've added several songs to my playlist after all.
|
||||
|
||||
## Highlights
|
||||
|
||||
- B.D.E
|
||||
- Aryan Embarrassment
|
||||
- New Religion
|
@ -1,7 +0,0 @@
|
||||
+++
|
||||
title = 'Test'
|
||||
date = 2024-10-02T10:13:30+02:00
|
||||
draft = false
|
||||
+++
|
||||
|
||||
Hello
|
35
hugo.toml
35
hugo.toml
@ -2,7 +2,7 @@ baseURL = 'https://badhouseplants.net'
|
||||
languageCode = 'en-us'
|
||||
title = 'Bad Houseplants'
|
||||
theme = 'papermod'
|
||||
enableGitInfo = true
|
||||
enableGitInfo = false
|
||||
|
||||
enableInlineShortcodes = true
|
||||
enableRobotsTXT = true
|
||||
@ -30,13 +30,15 @@ ShowCodeCopyButtons = true
|
||||
ShowRssButtonInSectionTermList = true
|
||||
ShowAllPagesInArchive = true
|
||||
ShowPageNums = true
|
||||
ShowToc = true
|
||||
ShowToc = false
|
||||
|
||||
[params.homeInfoParams]
|
||||
Title = "Bad Houseplants"
|
||||
Content = """
|
||||
Well, hello there.
|
||||
Here you're supposed to find some music reviews
|
||||
"""
|
||||
|
||||
[params.editPost]
|
||||
URL = "https://gitea.badhouseplants.net/badhouseplants/badhouseplants-net/_edit/main/content"
|
||||
Text = "Suggest a change"
|
||||
@ -58,37 +60,28 @@ disableInlineCSS = true
|
||||
disableInlineCSS = true
|
||||
# minifyOutput: true= true
|
||||
|
||||
# minifyOutput: true
|
||||
[languages.en]
|
||||
languageName = "English"
|
||||
weight = 1
|
||||
|
||||
[languages.en.taxonomies]
|
||||
category = "categories"
|
||||
tag = "tags"
|
||||
series = "series"
|
||||
|
||||
[[languages.en.menu.main]]
|
||||
[menus]
|
||||
[[menus.main]]
|
||||
name = "Archive"
|
||||
url = "archives"
|
||||
weight = 4
|
||||
|
||||
[[languages.en.menu.main]]
|
||||
[[menus.main]]
|
||||
name = "Search"
|
||||
url = "search/"
|
||||
weight = 1
|
||||
|
||||
[[languages.en.menu.main]]
|
||||
[[menus.main]]
|
||||
name = "Tags"
|
||||
url = "tags/"
|
||||
url = "/tags/"
|
||||
weight = 2
|
||||
|
||||
[[languages.en.menu.main]]
|
||||
[[menus.main]]
|
||||
name = "About"
|
||||
url = "about/"
|
||||
weight = 3
|
||||
|
||||
[[languages.en.menu.main]]
|
||||
[[menus.main]]
|
||||
name = "Source"
|
||||
url = "https://gitea.badhouseplants.net/badhouseplants/badhouseplants-net"
|
||||
weight = 5
|
||||
@ -101,5 +94,11 @@ weight = 5
|
||||
minMatchCharLength = 0
|
||||
keys = [ "title", "permalink", "summary", "content" ]
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
[taxonomies]
|
||||
tag = 'tags'
|
||||
[outputs]
|
||||
home = [ "HTML", "RSS", "JSON" ]
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit a2eb47bb4b805116dcd34c1605d39835121f8dbe
|
||||
Subproject commit 3e5362100777a9426e05ef30e972800cabb54f21
|
Loading…
Reference in New Issue
Block a user