Compare commits

...

11 Commits

Author SHA1 Message Date
887afd0d37 Remove all the posts
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2025-07-28 17:50:57 +02:00
982524ac90 Update hugo version
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2025-03-23 13:08:31 +01:00
45c6fc9164 Update papermod theme 2025-03-23 12:57:06 +01:00
Nikolai Rodionov
a9466e33ce content(edit): pprblm - Veire Dawf
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-12-18 14:41:06 +01:00
Nikolai Rodionov
a05d3418a3 content: Kendrick Lamar - GMX
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-12-03 14:38:05 +01:00
Nikolai Rodionov
a45d27c365 content: prblm - Veire Dawf
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-11-27 08:25:31 +01:00
5c3d985433 content: Idles - Brutalism
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-11-20 17:24:16 +01:00
3da109e0dd content: Idles - Brutalism
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-11-20 16:40:21 +01:00
7723de6b15 chore: Move genres out of tags
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-11-19 21:58:44 +01:00
fba1b62439 content: Ministry - Hopiumforthemasses
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-11-19 21:46:35 +01:00
f82ef7ef07 Trigger build
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-11-19 21:38:27 +01:00
6 changed files with 20 additions and 36 deletions

View File

@@ -8,9 +8,9 @@ steps:
image: zot.badhouseplants.net/badhouseplants/badhouseplants-builder:latest
environment:
BUILDAH_REG: zot.badhouseplants.net/badhouseplants/badhouseplants-net
REGISTRY_TOKEN:
from_secret: registry_token
privileged: true
secrets:
- registry_token
commands:
- build-container
backend_options:

View File

@@ -1,2 +1,9 @@
# badhouseplants-net
## How to add new release
### Download covers
Find a cover here: https://bendodson.com/projects/itunes-artwork-finder/index.html
Upload it to the minio bucket following the naming convention: `$ARTIST_$ALBUM`

View File

@@ -4,5 +4,4 @@ date = 2024-10-01T17:00:04+02:00
draft = false
+++
Welcome to BadHouseplants. Here you're supposed to find very short musical reviews.
I don't know what to say here atm

View File

@@ -1,27 +0,0 @@
+++
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

View File

@@ -36,7 +36,7 @@ ShowToc = false
Title = "Bad Houseplants"
Content = """
Well, hello there.
Here you're supposed to find some music reviews
I ain'g anything to say atm, so it's just an empty page
"""
[params.editPost]
@@ -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" ]