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
theme = "blowfish"
2024-03-13 19:01:32 -05:00
baseURL = "https://localhost:1313"
2022-09-10 14:05:37 -05:00
defaultContentLanguage = "en"
2024-04-12 06:50:37 -05:00
disableLanguages = [ ] #to allow translation work requiring shipping to production
2022-09-10 14:05:37 -05:00
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-09-10 14:05:37 -05:00
enableRobotsTXT = true
2023-07-14 06:37:16 -05:00
paginate = 100
2022-09-11 11:20:31 -05:00
summaryLength = 30
2024-03-20 07:52:58 -05:00
hasCJKLanguage = true
2022-09-11 11:20:31 -05:00
buildDrafts = false
buildFuture = false
2024-03-13 16:54:20 -05:00
2022-09-12 07:36:52 -05:00
googleAnalytics = "G-PEDMYR1V0K"
2022-09-11 11:20:31 -05:00
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-11 11:20:31 -05:00
[ sitemap ]
2022-10-15 06:34:23 -05:00
changefreq = 'always'
2022-09-11 11:20:31 -05:00
filename = 'sitemap.xml'
priority = 0.5
2022-09-10 14:05:37 -05:00
[ outputs ]
home = [ "HTML" , "RSS" , "JSON" ]
2023-04-29 09:56:55 -05:00
[ related ]
threshold = 0
toLower = false
[ [ related . indices ] ]
name = "tags"
weight = 100
[ [ related . indices ] ]
name = "categories"
weight = 100
[ [ related . indices ] ]
name = "series"
weight = 50
[ [ related . indices ] ]
name = "authors"
weight = 20
[ [ related . indices ] ]
name = "date"
weight = 10
[ [ related . indices ] ]
applyFilter = false
name = 'fragmentrefs'
type = 'fragments'
weight = 10