blowfish/config/_default/config.toml

24 lines
491 B
TOML
Raw Normal View History

2022-09-10 14:05:37 -05:00
# -- Site Configuration --
# Refer to the theme docs for more details about each of these parameters.
2022-09-10 15:13:33 -05:00
# https://nunocoracao.github.io/blowfish/docs/getting-started/
2022-09-10 14:05:37 -05:00
# baseURL = "https://your_domain.com/"
defaultContentLanguage = "en"
enableRobotsTXT = true
2022-09-10 15:13:33 -05:00
paginate = 20
summaryLength = 30
buildDrafts = false
buildFuture = false
# googleAnalytics = "G-XXXXXXXXX"
[sitemap]
changefreq = 'daily'
filename = 'sitemap.xml'
priority = 0.5
2022-09-10 14:05:37 -05:00
[outputs]
home = ["HTML", "RSS", "JSON"]