fix: don't minify output
All checks were successful
Deploy workflow / deploy (push) Successful in 27s

This commit is contained in:
Matthieu Bessat 2024-03-10 23:39:19 +01:00
parent e80bf6ad74
commit bed9fbb8fe

View file

@ -4,10 +4,10 @@ defaultContentLanguage = 'fr'
title = "L'Étoile de Bethléem" title = "L'Étoile de Bethléem"
summaryLength = 50 summaryLength = 50
# THIS IS UNACCEPTALBE, I REALLY THOUGH THIS WAS THE DEFAULT IN HUGO!!
assetDir = "assets" assetDir = "assets"
minifyOutput = false
[sitemap] [sitemap]
changefreq = 'weekly' changefreq = 'weekly'
@ -38,11 +38,8 @@ src = "cover/cover.jpg"
[taxonomies] [taxonomies]
imtag = 'imtags' imtag = 'imtags'
# theme = "custom"
[markup] [markup]
[markup.goldmark] [markup.goldmark]
[markup.goldmark.renderer] [markup.goldmark.renderer]
unsafe = true unsafe = true