Files
mziesel.nl/config/_default/config.toml
Mans Ziesel 3bf4b50f80
Some checks failed
/ deploy (push) Failing after 1m29s
fix website
2026-01-24 19:33:59 +01:00

43 lines
897 B
TOML

# -- Site Configuration --
# Refer to the theme docs for more details about each of these parameters.
# https://blowfish.page/docs/getting-started/
theme = ["hugo-cloak-email", "blowfish"]
baseURL = "https://mziesel.nl/"
defaultContentLanguage = "nl"
title = "Mans Ziesel"
# pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles
enableRobotsTXT = true
[pagination]
pagerSize = 10
summaryLength = 0
buildDrafts = false
buildFuture = false
[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"]
[deployment]
[[deployment.targets]]
name = 'production'
url = 's3://mziesel.nl'