MtF-wiki/config/_default/config.toml

58 lines
1.2 KiB
TOML
Raw Normal View History

2020-10-28 01:37:18 +08:00
baseURL = "https://mtf.wiki"
2020-10-27 00:08:40 +08:00
title = "MtF Wiki"
theme = "zdoc"
2020-10-27 20:43:19 +08:00
defaultContentLanguage = "zh-cn"
2020-10-27 00:08:40 +08:00
defaultContentLanguageInSubdir = true
hasCJKLanguage = true
2022-03-05 17:47:12 +08:00
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>"
2022-02-01 10:26:58 +08:00
timeout = "1M"
2020-10-27 00:08:40 +08:00
enableEmoji = true
2021-12-24 09:17:56 +08:00
enableRobotsTXT = true
2020-10-27 00:08:40 +08:00
paginate = 13
rssLimit = 100
googleAnalytics = ""
disableKinds = ["taxonomyTerm"]
2021-11-28 08:18:35 +08:00
[params]
hostName = "https://mtf.wiki"
custom_css = [
"customize.scss"
]
custom_js = [
2022-02-09 00:51:38 +08:00
"qrcode.min.js",
"customize.js"
]
2021-11-28 08:18:35 +08:00
2020-10-27 00:08:40 +08:00
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
hardWraps = true
unsafe = true
xHTML = true
[markup.highlight]
codeFences = true
lineNos = true
lineNumbersInTable = true
noClasses = false
[markup.tableOfContents]
endLevel = 4
ordered = false
startLevel = 2
[outputs]
home = ["HTML", "RSS", "SearchIndex"]
[outputFormats]
[outputFormats.SearchIndex]
mediaType = "application/json"
baseName = "index"
isPlainText = true
notAlternative = true
[taxonomies]
tag = "tags"