Compare commits
16 Commits
9457640f0a
...
main
Author | SHA1 | Date | |
---|---|---|---|
887afd0d37
|
|||
982524ac90
|
|||
45c6fc9164
|
|||
![]() |
a9466e33ce | ||
![]() |
a05d3418a3 | ||
![]() |
a45d27c365 | ||
5c3d985433 | |||
3da109e0dd | |||
7723de6b15 | |||
fba1b62439 | |||
f82ef7ef07 | |||
9a4dca327d | |||
a3e07b6ed5 | |||
9f70d454ee | |||
ad78647d0e | |||
7a6dd6fb84 |
@@ -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:
|
||||||
|
@@ -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`
|
||||||
|
@@ -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
7
content/about/index.md
Normal 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
|
@@ -1,7 +0,0 @@
|
|||||||
+++
|
|
||||||
title = 'Test'
|
|
||||||
date = 2024-10-02T10:13:30+02:00
|
|
||||||
draft = false
|
|
||||||
+++
|
|
||||||
|
|
||||||
Hello
|
|
77
hugo.toml
77
hugo.toml
@@ -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,20 +30,22 @@ ShowCodeCopyButtons = true
|
|||||||
ShowRssButtonInSectionTermList = true
|
ShowRssButtonInSectionTermList = true
|
||||||
ShowAllPagesInArchive = true
|
ShowAllPagesInArchive = true
|
||||||
ShowPageNums = true
|
ShowPageNums = true
|
||||||
ShowToc = true
|
ShowToc = false
|
||||||
[params.homeInfoParams]
|
|
||||||
Title = "Bad Houseplants"
|
[params.homeInfoParams]
|
||||||
|
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]
|
|
||||||
URL = "https://gitea.badhouseplants.net/badhouseplants/badhouseplants-net/content"
|
|
||||||
Text = "Suggest a change"
|
|
||||||
appendFilePath = true
|
|
||||||
|
|
||||||
[params.assets]
|
[params.editPost]
|
||||||
disableHLJS = true
|
URL = "https://gitea.badhouseplants.net/badhouseplants/badhouseplants-net/_edit/main/content"
|
||||||
|
Text = "Suggest a change"
|
||||||
|
appendFilePath = true
|
||||||
|
|
||||||
|
[params.assets]
|
||||||
|
disableHLJS = true
|
||||||
|
|
||||||
[markup.goldmark.renderer]
|
[markup.goldmark.renderer]
|
||||||
unsafe = true
|
unsafe = 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
3
renovate.json
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
||||||
|
}
|
Submodule themes/papermod updated: a2eb47bb4b...72615b6d49
Reference in New Issue
Block a user