Compare commits
11 Commits
9a4dca327d
...
main
Author | SHA1 | Date | |
---|---|---|---|
887afd0d37
|
|||
982524ac90
|
|||
45c6fc9164
|
|||
![]() |
a9466e33ce | ||
![]() |
a05d3418a3 | ||
![]() |
a45d27c365 | ||
5c3d985433 | |||
3da109e0dd | |||
7723de6b15 | |||
fba1b62439 | |||
f82ef7ef07 |
@@ -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:
|
||||
|
@@ -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`
|
||||
|
@@ -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
|
||||
|
@@ -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
|
13
hugo.toml
13
hugo.toml
@@ -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" ]
|
||||
|
Submodule themes/papermod updated: 3e53621007...72615b6d49
Reference in New Issue
Block a user