2023-03-18 16:46:49 +00:00
# -- Site Configuration --
# Refer to the theme docs for more details about each of these parameters.
# https://blowfish.page/docs/getting-started/
2023-03-19 19:26:31 +00:00
theme = [ "hugo-cloak-email" , "blowfish" ]
2023-03-18 16:46:49 +00:00
baseURL = "https://mziesel.com/"
defaultContentLanguage = "nl"
# pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles
enableRobotsTXT = true
paginate = 10
summaryLength = 0
buildDrafts = false
buildFuture = false
2023-03-22 20:02:56 +00:00
googleAnalytics = "G-YRTFM8WQMF"
2023-03-18 16:46:49 +00:00
[ imaging ]
anchor = 'Center'
[ taxonomies ]
tag = "tags"
category = "categories"
author = "authors"
series = "series"
[ sitemap ]
changefreq = 'weekly'
filename = 'sitemap.xml'
priority = 0.5
[ outputs ]
home = [ "HTML" , "RSS" , "JSON" ]