diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-17 09:51:39 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-05-17 09:51:39 +0200 |
| commit | ff90b903019907df7b19380dbfc8b7841d9688a0 (patch) | |
| tree | 2427a52c0e6c270907f5cf6c2baa9156d9bd0604 /exampleSite | |
| parent | db0f310c6298691c7ac57f4b34201fc72eab1c44 (diff) | |
| download | gohugo-theme-ed-ff90b903019907df7b19380dbfc8b7841d9688a0.tar.gz | |
Do not minify XML files to avoid CDATA escape issues
Diffstat (limited to 'exampleSite')
| -rw-r--r-- | exampleSite/config.toml | 4 |
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" ] |
