MtF-wiki/config/_default/config.toml

59 lines
1.2 KiB
TOML

baseURL = "https://mtf.wiki"
title = "MtF.wiki"
theme = "zdoc"
defaultContentLanguage = "zh-cn"
defaultContentLanguageInSubdir = true
hasCJKLanguage = true
copyright = "&copy; 2020-{year} MtF.wiki<br><a href='https://creativecommons.org/licenses/by-sa/4.0/' target='_blank'><img src='https://i.creativecommons.org/l/by-sa/4.0/88x31.png' loading='lazy' alt='CC BY-SA 4.0'></a>"
timeout = "1M"
enableEmoji = true
enableRobotsTXT = true
paginate = 13
rssLimit = 100
googleAnalytics = ""
disableKinds = ["taxonomyTerm"]
[params]
hostName = "https://mtf.wiki"
custom_css = [
"customize.scss"
]
custom_js = [
"sweetalert.min.js",
"qrcode.min.js",
"customize.js"
]
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
hardWraps = false
unsafe = true
xHTML = true
[markup.highlight]
codeFences = true
lineNos = true
lineNumbersInTable = true
noClasses = false
[markup.tableOfContents]
endLevel = 3
ordered = false
startLevel = 2
[outputs]
home = ["HTML", "RSS", "SearchIndex"]
[outputFormats]
[outputFormats.SearchIndex]
mediaType = "application/json"
baseName = "index"
isPlainText = true
notAlternative = true
[taxonomies]
tag = "tags"