Compare commits

...

16 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
9a4dca327d content: Ministry - Hopiumforthemasses
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-11-19 21:24:30 +01:00
a3e07b6ed5 chore: Clean up and update config 2024-11-19 21:24:07 +01:00
9f70d454ee Add renovate.json
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-10-02 10:53:07 +00:00
ad78647d0e Fix the edit link
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-10-02 11:52:38 +02:00
7a6dd6fb84 Fix the about page and the search
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-10-02 11:41:29 +02:00
8 changed files with 66 additions and 48 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

@@ -1,7 +0,0 @@
+++
title = 'About'
date = 2024-10-01T17:00:04+02:00
draft = true
+++
We should have some description here, I guess

7
content/about/index.md Normal file
View File

@@ -0,0 +1,7 @@
+++
title = 'About'
date = 2024-10-01T17:00:04+02:00
draft = false
+++
I don't know what to say here atm

View File

@@ -1,7 +0,0 @@
+++
title = 'Test'
date = 2024-10-02T10:13:30+02:00
draft = false
+++
Hello

View File

@@ -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,20 +30,22 @@ ShowCodeCopyButtons = true
ShowRssButtonInSectionTermList = true
ShowAllPagesInArchive = true
ShowPageNums = true
ShowToc = true
[params.homeInfoParams]
Title = "Bad Houseplants"
ShowToc = false
[params.homeInfoParams]
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]
URL = "https://gitea.badhouseplants.net/badhouseplants/badhouseplants-net/content"
Text = "Suggest a change"
appendFilePath = true
[params.assets]
disableHLJS = true
[params.editPost]
URL = "https://gitea.badhouseplants.net/badhouseplants/badhouseplants-net/_edit/main/content"
Text = "Suggest a change"
appendFilePath = true
[params.assets]
disableHLJS = true
[markup.goldmark.renderer]
unsafe = true
@@ -58,37 +60,50 @@ 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]]
weight = 5
[[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 = "Genres"
url = "/genres/"
weight = 2
[[menus.main]]
name = "About"
url = "about"
weight = 3
url = "about/"
weight = 4
[[languages.en.menu.main]]
[[menus.main]]
name = "Source"
url = "https://gitea.badhouseplants.net/badhouseplants/badhouseplants-net"
weight = 5
weight = 6
[params.fuseOpts]
isCaseSensitive = false
shouldSort = true
location = 0
distance = 1_000
threshold = 0.4
minMatchCharLength = 0
keys = [ "title", "permalink", "summary", "content" ]
[taxonomies]
tag = 'tags'
genre = 'genres'
[outputs]
home = [ "HTML", "RSS", "JSON" ]

3
renovate.json Normal file
View File

@@ -0,0 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}