this repo has no description
1[build] 2 command = "zola build" 3 publish = "public/" 4 5[context.deploy-preview] 6 command = "zola build --drafts" 7 8[[headers]] 9 for = "/*" 10 [headers.values] 11 # Disable Google cohort tracking 12 Permission-Policy = "interest-cohort=()" 13 # Disallow showing the website in frames 14 X-Frame-Options = "DENY" 15 X-XSS-Protection = "1; mode=block" 16 X-Content-Type-Options = "nosniff" 17 Content-Security-Policy = "default-src 'self'; script-src 'self' https://plausible.io; connect-src https://plausible.io; img-src https:" 18 Permissions-Policy = "accelerometer=(), ambient-light-sensor=(), autoplay=(), battery=(), camera=(), cross-origin-isolated=(), display-capture=(), document-domain=(), encrypted-media=(), execution-while-not-rendered=(), execution-while-out-of-viewport=(), fullscreen=(), geolocation=(), gyroscope=(), keyboard-map=(), magnetometer=(), microphone=(), midi=(), navigation-override=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), sync-xhr=(), usb=(), web-share=(), xr-spatial-tracking=(), clipboard-read=(), clipboard-write=(), gamepad=(), speaker-selection=()" 19 Referrer-Policy = "no-referrer-when-downgrade" 20 21[[redirects]] 22 from = "/post" 23 to = "/" 24 force = true 25 26[[plugins]] 27 package = "netlify-plugin-webmentions" 28 29 [plugins.inputs] 30 feedPath = "atom.xml" 31 32[[plugins]] 33 package = "netlify-plugin-submit-sitemap"