blowfish/config/_default/config.toml

34 lines
622 B
TOML
Raw Normal View History

2022-09-10 20:05:37 +01:00
# -- Site Configuration --
# Refer to the theme docs for more details about each of these parameters.
2022-12-30 15:25:34 +00:00
# https://blowfish.page/docs/getting-started/
2022-09-10 20:05:37 +01:00
2022-10-17 22:28:39 +01:00
# theme = "blowfish"
2022-09-10 20:05:37 +01:00
# baseURL = "https://your_domain.com/"
defaultContentLanguage = "en"
enableRobotsTXT = true
2022-09-10 21:13:33 +01:00
paginate = 20
summaryLength = 30
buildDrafts = false
buildFuture = false
# googleAnalytics = "G-XXXXXXXXX"
2022-12-30 21:37:28 +00:00
[imaging]
anchor = 'Center'
2022-10-13 23:29:04 +01:00
[taxonomies]
tag = "tags"
category = "categories"
author = "authors"
2022-10-17 19:43:29 +01:00
series = "series"
2022-10-13 23:29:04 +01:00
2022-09-10 21:13:33 +01:00
[sitemap]
changefreq = 'daily'
filename = 'sitemap.xml'
priority = 0.5
2022-09-10 20:05:37 +01:00
[outputs]
home = ["HTML", "RSS", "JSON"]