this repo has no description

ft: minify by Zola instead of running extra plugin

Changed files
+1 -17
+1
config.toml
···
theme = "zerm"
generate_feed = true
+
minify_html = true
taxonomies = [
{name = "tags"},
-17
netlify.toml
···
feedPath = "atom.xml"
[[plugins]]
-
package = "netlify-plugin-minify-html"
-
-
[plugins.inputs]
-
contexts = [
-
'production',
-
'branch-deploy',
-
'deploy-preview'
-
]
-
-
[plugins.inputs.minifierOptions]
-
useShortDoctype = true
-
collapseBooleanAttributes = true
-
collapseWhitespace = true
-
conservativeCollapse = true
-
removeComments = true
-
-
[[plugins]]
package = "netlify-plugin-submit-sitemap"