garden/config.toml

42 lines
912 B
TOML
Raw Permalink Normal View History

2023-05-20 13:32:59 +02:00
baseURL = "https://garden.southfox.gay/"
languageCode = "zh-cn"
title = "SouthFox's Garden"
theme = "cortex"
refLinksErrorLevel = "WARNING"
[params]
email = "jethrokuan95@gmail.com"
footer = "Icon by Freepik. Built with ♥ with Org-mode and Hugo."
[outputs]
home = ["HTML", "RSS", "JSON"]
[markup]
[markup.goldmark]
[markup.goldmark.extensions]
definitionList = true
footnote = true
linkify = true
strikethrough = true
table = true
taskList = true
typographer = true
[markup.goldmark.parser]
attribute = true
autoHeadingID = true
[markup.goldmark.renderer]
hardWraps = false
unsafe = true
xHTML = false
[markup.highlight]
codeFences = true
guessSyntax = false
hl_Lines = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
style = "friendly"
tabWidth = 4