this repo has no description
at master 1.9 kB view raw
1[build] 2 command = "zola build" 3 publish = "public/" 4 5 [build.environment] 6 ZOLA_VERSION = "0.20.0" 7 8[context.deploy-preview] 9 command = "zola build --drafts --base-url $DEPLOY_PRIME_URL" 10 11[[headers]] 12 for = "/*" 13 [headers.values] 14 # Disable Google cohort tracking 15 Permission-Policy = "interest-cohort=()" 16 # Disallow showing the website in frames 17 X-Frame-Options = "DENY" 18 X-XSS-Protection = "1; mode=block" 19 X-Content-Type-Options = "nosniff" 20 X-Clacks-Overhead = "GNU Terry Pratchett" 21 Content-Security-Policy = "default-src 'self'; script-src 'self'; connect-src 'self'; img-src https:" 22 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=()" 23 Referrer-Policy = "no-referrer-when-downgrade" 24 25[[headers]] 26 for = "/.well-known/webfinger" 27 [headers.values] 28 Content-Type = "application/jrd+json; charset=utf-8" 29 30[[redirects]] 31 from = "/post" 32 to = "/" 33 force = true 34 35[[redirects]] 36 from = "/.well-known/webfinger" 37 to = "https://fosstodon.org/.well-known/webfinger?resource=acct:hauleth@fosstodon.org" 38 status = 200 39 40[[redirects]] 41 from = "/js/script.js" 42 to = "https://plausible.io/js/script.js" 43 status = 200 44 45[[redirects]] 46 from = "/api/event" 47 to = "https://plausible.io/api/event" 48 status = 200 49 50[[plugins]] 51 package = "netlify-plugin-webmentions" 52 53 [plugins.inputs] 54 feedPath = "atom.xml"