2025-05-20 02:59:55 -04:00
|
|
|
|
# -- Site Configuration --
|
|
|
|
|
|
# Refer to the theme docs for more details about each of these parameters.
|
|
|
|
|
|
# https://nunocoracao.github.io/blowfish/docs/getting-started/
|
|
|
|
|
|
|
|
|
|
|
|
theme = "blowfish"
|
|
|
|
|
|
baseURL = "https://swangnice.com/"
|
|
|
|
|
|
defaultContentLanguage = "en"
|
|
|
|
|
|
|
|
|
|
|
|
enableRobotsTXT = true
|
|
|
|
|
|
[pagination]
|
|
|
|
|
|
pagerSize = 20
|
|
|
|
|
|
summaryLength = 30
|
|
|
|
|
|
|
|
|
|
|
|
buildDrafts = false
|
|
|
|
|
|
buildFuture = false
|
|
|
|
|
|
|
|
|
|
|
|
enableEmoji = true
|
|
|
|
|
|
|
|
|
|
|
|
# googleAnalytics = "G-XXXXXXXXX"
|
|
|
|
|
|
|
|
|
|
|
|
[taxonomies]
|
|
|
|
|
|
tag = "tags"
|
|
|
|
|
|
category = "categories"
|
|
|
|
|
|
author = "authors"
|
|
|
|
|
|
series = "series"
|
|
|
|
|
|
|
|
|
|
|
|
[sitemap]
|
|
|
|
|
|
changefreq = 'daily'
|
|
|
|
|
|
filename = 'sitemap.xml'
|
|
|
|
|
|
priority = 0.5
|
|
|
|
|
|
|
|
|
|
|
|
[outputs]
|
|
|
|
|
|
home = ["HTML", "RSS", "JSON"]
|
2025-07-25 02:15:37 +08:00
|
|
|
|
|
|
|
|
|
|
[params.footer]
|
|
|
|
|
|
icp = "苏ICP备2024145451号"
|