Title = "开源软件推进联盟KOL" BaseUrl = "https://copu.gitcode.host/kols/" DefaultContentLanguage = "zh-cn" LanguageCode = "zh-CN" Theme = "hugo-theme-next" MetaDataFormat = "toml" PaginatePath = "p" Paginate = 10 DisablePathToLower = false PreserveTaxonomyNames = false PygmentsStyle = "emacs" pygmentsCodefences = true pygmentsCodefencesGuessSyntax = true enableRobotsTXT = true enableEmoji = true hasCJKLanguage = true three_waves = true timeout = 100000 ignoreErrors = ["error-remote-getjson"] [sitemap] filename = "sitemap.xml" changefreq = "weekly" priority = 0.5 [outputFormats] [outputFormats.SearchIndex] mediaType = "application/xml" baseName = "searchindex" isPlainText = true notAlternative = true [outputs] home = ["HTML", "RSS"] [minify] disableCSS = false disableHTML = false disableJS = false disableJSON = false disableSVG = false disableXML = false minifyOutput = true ## 让Markdown支持写HTML语法 [markup] [markup.goldmark] [markup.goldmark.renderer] unsafe = true