My personal blog hauleth.dev
blog
0
fork

Configure Feed

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

fix: rollback Zola to 0.19

hauleth.dev 405f3e36 3f2679fd

verified
+1 -4
+1 -4
netlify.toml
··· 3 3 publish = "public/" 4 4 5 5 [build.environment] 6 - ZOLA_VERSION = "0.20.0" 6 + ZOLA_VERSION = "0.19.2" 7 7 8 8 [context.deploy-preview] 9 9 command = "zola build --drafts --base-url $DEPLOY_PRIME_URL" ··· 52 52 53 53 [plugins.inputs] 54 54 feedPath = "atom.xml" 55 - 56 - [[plugins]] 57 - package = "netlify-plugin-submit-sitemap"