MtF-wiki/config/_default/config.toml

50 lines
928 B
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
copyright = "©{year} MtF Wiki. All Rights Reserved"
2020-10-27 00:08:40 +08:00
timeout = 10000
enableEmoji = true
paginate = 13
rssLimit = 100
googleAnalytics = ""
disableKinds = ["taxonomyTerm"]
2021-11-28 08:18:35 +08:00
[params]
hostName = "https://mtf.wiki"
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"