Compare commits
18 Commits
22b7337f44
...
main
Author | SHA1 | Date | |
---|---|---|---|
887afd0d37
|
|||
982524ac90
|
|||
45c6fc9164
|
|||
![]() |
a9466e33ce | ||
![]() |
a05d3418a3 | ||
![]() |
a45d27c365 | ||
5c3d985433 | |||
3da109e0dd | |||
7723de6b15 | |||
fba1b62439 | |||
f82ef7ef07 | |||
9a4dca327d | |||
a3e07b6ed5 | |||
9f70d454ee | |||
ad78647d0e | |||
7a6dd6fb84 | |||
9457640f0a | |||
c35b903f5b |
@@ -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`
|
||||
|
@@ -1,5 +0,0 @@
|
||||
+++
|
||||
title = ''
|
||||
date = 2024-10-01T13:44:21+02:00
|
||||
draft = true
|
||||
+++
|
@@ -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
|
77
hugo.toml
77
hugo.toml
@@ -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
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