105 lines
1.9 KiB
TOML
105 lines
1.9 KiB
TOML
baseURL = 'https://badhouseplants.net'
|
|
languageCode = 'en-us'
|
|
title = 'Bad Houseplants'
|
|
theme = 'papermod'
|
|
enableGitInfo = false
|
|
|
|
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
|
|
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
|
|
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|
|
|
|
[markup.highlight]
|
|
noClasses = false
|
|
|
|
[services.instagram]
|
|
disableInlineCSS = true
|
|
|
|
[services.twitter]
|
|
disableInlineCSS = true
|
|
# minifyOutput: true= true
|
|
|
|
|
|
|
|
[menus]
|
|
[[menus.main]]
|
|
name = "Archive"
|
|
url = "archives"
|
|
weight = 4
|
|
[[menus.main]]
|
|
name = "Search"
|
|
url = "search/"
|
|
weight = 1
|
|
|
|
[[menus.main]]
|
|
name = "Tags"
|
|
url = "/tags/"
|
|
weight = 2
|
|
[[menus.main]]
|
|
name = "About"
|
|
url = "about/"
|
|
weight = 3
|
|
|
|
[[menus.main]]
|
|
name = "Source"
|
|
url = "https://gitea.badhouseplants.net/badhouseplants/badhouseplants-net"
|
|
weight = 5
|
|
[params.fuseOpts]
|
|
isCaseSensitive = false
|
|
shouldSort = true
|
|
location = 0
|
|
distance = 1_000
|
|
threshold = 0.4
|
|
minMatchCharLength = 0
|
|
keys = [ "title", "permalink", "summary", "content" ]
|
|
|
|
|
|
|
|
|
|
|
|
[taxonomies]
|
|
tag = 'tags'
|
|
[outputs]
|
|
home = [ "HTML", "RSS", "JSON" ]
|