Compare commits

...

18 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
9457640f0a Fix the broken build
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-10-02 10:15:57 +02:00
c35b903f5b Remove modules 2024-10-02 10:12:29 +02:00
8 changed files with 66 additions and 46 deletions

View File

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

View File

@@ -1,2 +1,9 @@
# badhouseplants-net # 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,5 +0,0 @@
+++
title = ''
date = 2024-10-01T13:44:21+02:00
draft = true
+++

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

@@ -2,7 +2,7 @@ baseURL = 'https://badhouseplants.net'
languageCode = 'en-us' languageCode = 'en-us'
title = 'Bad Houseplants' title = 'Bad Houseplants'
theme = 'papermod' theme = 'papermod'
enableGitInfo = true enableGitInfo = false
enableInlineShortcodes = true enableInlineShortcodes = true
enableRobotsTXT = true enableRobotsTXT = true
@@ -30,15 +30,17 @@ ShowCodeCopyButtons = true
ShowRssButtonInSectionTermList = true ShowRssButtonInSectionTermList = true
ShowAllPagesInArchive = true ShowAllPagesInArchive = true
ShowPageNums = true ShowPageNums = true
ShowToc = true ShowToc = false
[params.homeInfoParams] [params.homeInfoParams]
Title = "Bad Houseplants" Title = "Bad Houseplants"
Content = """ Content = """
Well, hello there. 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] [params.editPost]
URL = "https://gitea.badhouseplants.net/badhouseplants/badhouseplants-net/content" URL = "https://gitea.badhouseplants.net/badhouseplants/badhouseplants-net/_edit/main/content"
Text = "Suggest a change" Text = "Suggest a change"
appendFilePath = true appendFilePath = true
@@ -58,37 +60,50 @@ disableInlineCSS = true
disableInlineCSS = true disableInlineCSS = true
# minifyOutput: true= 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" name = "Archive"
url = "archives" url = "archives"
weight = 4 weight = 5
[[menus.main]]
[[languages.en.menu.main]]
name = "Search" name = "Search"
url = "search/" url = "search/"
weight = 1 weight = 1
[[languages.en.menu.main]] [[menus.main]]
name = "Tags" name = "Tags"
url = "tags/" url = "/tags/"
weight = 2 weight = 2
[[menus.main]]
[[languages.en.menu.main]] name = "Genres"
url = "/genres/"
weight = 2
[[menus.main]]
name = "About" name = "About"
url = "about" url = "about/"
weight = 3 weight = 4
[[languages.en.menu.main]] [[menus.main]]
name = "Source" name = "Source"
url = "https://gitea.badhouseplants.net/badhouseplants/badhouseplants-net" 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"
}