My personal blog hauleth.dev
blog
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ft: minify by Zola instead of running extra plugin

+1 -17
+1
config.toml
··· 9 9 theme = "zerm" 10 10 11 11 generate_feed = true 12 + minify_html = true 12 13 13 14 taxonomies = [ 14 15 {name = "tags"},
-17
netlify.toml
··· 30 30 feedPath = "atom.xml" 31 31 32 32 [[plugins]] 33 - package = "netlify-plugin-minify-html" 34 - 35 - [plugins.inputs] 36 - contexts = [ 37 - 'production', 38 - 'branch-deploy', 39 - 'deploy-preview' 40 - ] 41 - 42 - [plugins.inputs.minifierOptions] 43 - useShortDoctype = true 44 - collapseBooleanAttributes = true 45 - collapseWhitespace = true 46 - conservativeCollapse = true 47 - removeComments = true 48 - 49 - [[plugins]] 50 33 package = "netlify-plugin-submit-sitemap"