fix: don't minify output
All checks were successful
Deploy workflow / deploy (push) Successful in 27s
All checks were successful
Deploy workflow / deploy (push) Successful in 27s
This commit is contained in:
parent
e80bf6ad74
commit
bed9fbb8fe
1 changed files with 2 additions and 5 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue