2022-09-10 14:05:37 -05:00
# -- Site Configuration --
# Refer to the theme docs for more details about each of these parameters.
2022-12-30 09:25:34 -06:00
# https://blowfish.page/docs/getting-started/
2022-09-10 14:05:37 -05:00
2022-10-17 16:28:39 -05:00
# theme = "blowfish"
2022-09-10 14:05:37 -05:00
# baseURL = "https://your_domain.com/"
defaultContentLanguage = "en"
2023-01-01 15:38:43 -06:00
# pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles
2022-12-31 11:28:02 -06:00
2022-09-10 14:05:37 -05:00
enableRobotsTXT = true
2022-09-10 15:13:33 -05:00
paginate = 20
summaryLength = 30
buildDrafts = false
buildFuture = false
# googleAnalytics = "G-XXXXXXXXX"
2022-12-30 15:37:28 -06:00
[ imaging ]
anchor = 'Center'
2022-10-13 17:29:04 -05:00
[ taxonomies ]
tag = "tags"
category = "categories"
author = "authors"
2022-10-17 13:43:29 -05:00
series = "series"
2022-10-13 17:29:04 -05:00
2022-09-10 15:13:33 -05:00
[ sitemap ]
changefreq = 'daily'
filename = 'sitemap.xml'
priority = 0.5
2022-09-10 14:05:37 -05:00
[ outputs ]
home = [ "HTML" , "RSS" , "JSON" ]