summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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" ]