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
theme = "blowfish"
2022-10-29 19:11:34 +01:00
baseURL = "https://nunocoracao.github.io/blowfish"
2022-09-10 20:05:37 +01:00
defaultContentLanguage = "en"
2023-01-01 21:38:43 +00:00
# pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles
2022-09-10 20:05:37 +01:00
enableRobotsTXT = true
2022-09-11 17:20:31 +01:00
paginate = 20
summaryLength = 30
buildDrafts = false
buildFuture = false
2022-09-12 13:36:52 +01:00
googleAnalytics = "G-PEDMYR1V0K"
2022-09-11 17:20:31 +01:00
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-11 17:20:31 +01:00
[ sitemap ]
2022-10-15 12:34:23 +01:00
changefreq = 'always'
2022-09-11 17:20:31 +01:00
filename = 'sitemap.xml'
priority = 0.5
2022-09-10 20:05:37 +01:00
[ outputs ]
home = [ "HTML" , "RSS" , "JSON" ]
2023-04-29 15:56:55 +01: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