summaryrefslogtreecommitdiffstats
path: root/exampleSite
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-08-06 22:22:24 +0200
committerGitHub <noreply@github.com>2022-08-06 22:22:24 +0200
commit7296f0fde36aa651b8e8783cc575f9bdb697c6f0 (patch)
treed31cf8a11d521d1f4d6eecb124474998e6bb4618 /exampleSite
parentec510e7a8e21800f0f24bca43df2c7e8bf199062 (diff)
parenta9ac0e63848bed64a29c4646275f1b19b7b7108a (diff)
downloadgohugo-theme-ed-7296f0fde36aa651b8e8783cc575f9bdb697c6f0.tar.gz
Merge pull request #15 from sergeyklay/feature/minify
minify any supported output format (HTML, XML etc.)
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config/_default/config.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/exampleSite/config/_default/config.yaml b/exampleSite/config/_default/config.yaml
index 930f608..b0fd623 100644
--- a/exampleSite/config/_default/config.yaml
+++ b/exampleSite/config/_default/config.yaml
@@ -43,6 +43,9 @@ googleAnalytics: ''
minify:
# Do not minify XML files to avoid CDATA escape issues
disableXML: true
+ tdewolff:
+ html:
+ keepQuotes: true
outputs:
home: [HTML, Atom, FEED, JSONFEED, JSON, MANIFEST, humanstxt]