everun/config/_default/config.toml

36 lines
650 B
TOML
Raw Normal View History

2022-12-30 08:18:19 +00:00
# -- Site Configuration --
# Refer to the theme docs for more details about each of these parameters.
2022-12-30 08:51:55 +00:00
# https://blowfish.page/docs/getting-started/
2022-12-30 08:18:19 +00:00
theme = "blowfish"
baseURL = "https://www.everun.club/"
2022-12-30 08:51:55 +00:00
defaultContentLanguage = "ja"
hasCJKLanguage = true
2022-12-30 08:18:19 +00:00
enableRobotsTXT = true
paginate = 20
2022-12-30 08:51:55 +00:00
summaryLength = 80
2022-12-30 08:18:19 +00:00
buildDrafts = false
buildFuture = false
# googleAnalytics = "G-XXXXXXXXX"
2022-12-30 08:51:55 +00:00
[imaging]
anchor = 'Center'
2022-12-30 08:18:19 +00:00
[taxonomies]
author = "authors"
series = "series"
[sitemap]
changefreq = 'daily'
filename = 'sitemap.xml'
priority = 0.5
[outputs]
home = ["HTML", "RSS", "JSON"]
2022-12-30 08:51:55 +00:00
[permalinks]
posts = '/:year/:month/:filename/'