From bed9fbb8fe3d0b4a2c99526b66cfc1690951459e Mon Sep 17 00:00:00 2001 From: Matthieu Bessat Date: Sun, 10 Mar 2024 23:39:19 +0100 Subject: [PATCH] fix: don't minify output --- config.toml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/config.toml b/config.toml index 3ca224b..4ac2484 100644 --- a/config.toml +++ b/config.toml @@ -4,10 +4,10 @@ defaultContentLanguage = 'fr' title = "L'Étoile de Bethléem" summaryLength = 50 - -# THIS IS UNACCEPTALBE, I REALLY THOUGH THIS WAS THE DEFAULT IN HUGO!! assetDir = "assets" +minifyOutput = false + [sitemap] changefreq = 'weekly' @@ -38,11 +38,8 @@ src = "cover/cover.jpg" [taxonomies] imtag = 'imtags' -# theme = "custom" - [markup] [markup.goldmark] [markup.goldmark.renderer] unsafe = true -