12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- baseurl = "https://bf.mengyan1223.wang/blog/"
- title = "Xry111's Blog"
- copyright = "© 2017-2021 Xi Ruoyao"
- theme = "wowchemy"
- enableEmoji = true
- footnotereturnlinkcontents = "<sup>^</sup>"
- ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
- preserveTaxonomyNames = true
- paginate = 10
- googleAnalytics = ""
- defaultContentLanguage = "en"
- hasCJKLanguage = true
- defaultContentLanguageInSubdir = false
- enableGitInfo = true
- [outputs]
- home = [ "HTML", "RSS", "JSON", "WebAppManifest" ]
- section = [ "HTML", "RSS" ]
- [mediaTypes."application/manifest+json"]
- suffixes = ["webmanifest"]
- [outputFormats.WebAppManifest]
- mediaType = "application/manifest+json"
- rel = "manifest"
- [blackfriday]
- hrefTargetBlank = true
- fractions = true
- smartypants = true
- menu_align_right = true
- [taxonomies]
- tag = "tags"
- category = "categories"
- publication_type = "publication_types"
- author = "authors"
- [module]
- [[module.imports]]
- path = "wowchemy/wowchemy"
- [markup]
- [markup.goldmark]
- [markup.goldmark.renderer]
- unsafe = true
|