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 -