chore: Clean up and update config

This commit is contained in:
Nikolai Rodionov 2024-11-19 21:24:07 +01:00
parent 9f70d454ee
commit a3e07b6ed5
Signed by: allanger
GPG Key ID: 0AA46A90E25592AD
4 changed files with 28 additions and 35 deletions

View File

@ -4,4 +4,5 @@ date = 2024-10-01T17:00:04+02:00
draft = false
+++
We should have some description here, I guess
Welcome to BadHouseplants. Here you're supposed to find very short musical reviews.

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
"""
[params.editPost]
URL = "https://gitea.badhouseplants.net/badhouseplants/badhouseplants-net/_edit/main/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,28 @@ 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]]
[[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 = "About"
url = "about/"
weight = 3
[[languages.en.menu.main]]
[[menus.main]]
name = "Source"
url = "https://gitea.badhouseplants.net/badhouseplants/badhouseplants-net"
weight = 5
@ -101,5 +94,11 @@ weight = 5
minMatchCharLength = 0
keys = [ "title", "permalink", "summary", "content" ]
[taxonomies]
tag = 'tags'
[outputs]
home = [ "HTML", "RSS", "JSON" ]

@ -1 +1 @@
Subproject commit a2eb47bb4b805116dcd34c1605d39835121f8dbe
Subproject commit 3e5362100777a9426e05ef30e972800cabb54f21