summaryrefslogtreecommitdiffstats
path: root/exampleSite
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-05-17 09:51:39 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-05-17 09:51:39 +0200
commitff90b903019907df7b19380dbfc8b7841d9688a0 (patch)
tree2427a52c0e6c270907f5cf6c2baa9156d9bd0604 /exampleSite
parentdb0f310c6298691c7ac57f4b34201fc72eab1c44 (diff)
downloadgohugo-theme-ed-ff90b903019907df7b19380dbfc8b7841d9688a0.tar.gz
Do not minify XML files to avoid CDATA escape issues
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 403f574..e0f0160 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -10,6 +10,10 @@ enableRobotsTXT = true
# kick out RSS, we'll use Atom
disableKinds = ['RSS']
+[minify]
+ # Do not minify XML files to avoid CDATA escape issues
+ disableXML = true
+
[outputs]
# TODO:
# home = [ "HTML", "Atom", "JSON", "humanstxt" ]