41 lines
912 B
TOML
Executable file
41 lines
912 B
TOML
Executable file
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
|