badhouseplants-net/hugo.toml

110 lines
2.0 KiB
TOML
Raw Normal View History

2024-10-01 14:55:30 +00:00
baseURL = 'https://badhouseplants.net'
languageCode = 'en-us'
title = 'Bad Houseplants'
theme = 'papermod'
2024-11-19 20:24:07 +00:00
enableGitInfo = false
2024-10-01 14:55:30 +00:00
2024-10-01 15:26:39 +00:00
enableInlineShortcodes = true
enableRobotsTXT = true
buildDrafts = false
buildFuture = false
buildExpired = false
enableEmoji = true
pygmentsUseClasses = true
mainsections = ["posts", "papermod"]
[minify]
disableXML = true
[params]
env = "production"
description = "Theme PaperMod - https://github.com/adityatelange/hugo-PaperMod"
author = "Theme PaperMod"
defaultTheme = "auto"
ShowShareButtons = true
ShowReadingTime = true
displayFullLangName = true
ShowPostNavLinks = true
ShowBreadCrumbs = true
ShowCodeCopyButtons = true
ShowRssButtonInSectionTermList = true
ShowAllPagesInArchive = true
ShowPageNums = true
2024-11-19 20:24:07 +00:00
ShowToc = false
[params.homeInfoParams]
Title = "Bad Houseplants"
2024-10-01 15:26:39 +00:00
Content = """
Well, hello there.
Here you're supposed to find some music reviews
"""
2024-11-19 20:24:07 +00:00
[params.editPost]
URL = "https://gitea.badhouseplants.net/badhouseplants/badhouseplants-net/_edit/main/content"
Text = "Suggest a change"
appendFilePath = true
[params.assets]
disableHLJS = true
2024-10-01 15:26:39 +00:00
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
noClasses = false
[services.instagram]
disableInlineCSS = true
[services.twitter]
disableInlineCSS = true
# minifyOutput: true= true
2024-10-01 14:55:30 +00:00
2024-11-19 20:24:07 +00:00
[menus]
[[menus.main]]
2024-10-01 14:55:30 +00:00
name = "Archive"
url = "archives"
2024-11-19 20:58:44 +00:00
weight = 5
2024-11-19 20:24:07 +00:00
[[menus.main]]
2024-10-01 14:55:30 +00:00
name = "Search"
url = "search/"
2024-10-01 15:26:39 +00:00
weight = 1
2024-10-01 14:55:30 +00:00
2024-11-19 20:24:07 +00:00
[[menus.main]]
2024-10-01 14:55:30 +00:00
name = "Tags"
2024-11-19 20:24:07 +00:00
url = "/tags/"
2024-10-01 15:26:39 +00:00
weight = 2
2024-11-19 20:24:07 +00:00
[[menus.main]]
2024-11-19 20:58:44 +00:00
name = "Genres"
url = "/genres/"
weight = 2
[[menus.main]]
2024-10-01 15:26:39 +00:00
name = "About"
2024-10-02 09:41:29 +00:00
url = "about/"
2024-11-19 20:58:44 +00:00
weight = 4
2024-10-01 14:55:30 +00:00
2024-11-19 20:24:07 +00:00
[[menus.main]]
2024-10-01 14:55:30 +00:00
name = "Source"
url = "https://gitea.badhouseplants.net/badhouseplants/badhouseplants-net"
2024-11-19 20:58:44 +00:00
weight = 6
2024-10-02 09:41:29 +00:00
[params.fuseOpts]
isCaseSensitive = false
shouldSort = true
location = 0
distance = 1_000
threshold = 0.4
minMatchCharLength = 0
keys = [ "title", "permalink", "summary", "content" ]
2024-11-19 20:24:07 +00:00
[taxonomies]
tag = 'tags'
2024-11-19 20:58:44 +00:00
genre = 'genres'
2024-10-02 09:41:29 +00:00
[outputs]
home = [ "HTML", "RSS", "JSON" ]