From 3a2d198d153efc8a69e7640f7dcde88207268ff3 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 22 Sep 2023 08:40:59 +0200 Subject: Replace zola with DOM-based static site generation code --- themes/bear/netlify.toml | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 themes/bear/netlify.toml (limited to 'themes/bear/netlify.toml') diff --git a/themes/bear/netlify.toml b/themes/bear/netlify.toml deleted file mode 100644 index 6be8468..0000000 --- a/themes/bear/netlify.toml +++ /dev/null @@ -1,25 +0,0 @@ -[build] -publish = "public" -command = "zola build" - -[build.environment] -# Set the version name that you want to use and Netlify will automatically use it. -ZOLA_VERSION = "0.17.2" - -# The magic for deploying previews of branches. -# We need to override the base url with whatever url Netlify assigns to our -# preview site. We do this using the Netlify environment variable -# `$DEPLOY_PRIME_URL`. - -[context.deploy-preview] -command = "zola build --base-url $DEPLOY_PRIME_URL" - -[[headers]] - for = "/*" - [headers.values] - X-Frame-Options = "DENY" - X-Content-Type-Options = "nosniff" - X-XSS-Protection = "1; mode=block" - Referrer-Policy = "strict-origin-when-cross-origin" - Strict-Transport-Security = "max-age=63072000; includeSubdomains" - Content-Security-Policy = "default-src 'none'; img-src 'self'; object-src 'none'; script-src 'none'; style-src 'sha256-2Sbht7dvdhJX00j84akXy9AejYUf6sOM3OpwMxNiDXQ='; form-action 'none'; base-uri 'self'; frame-ancestors 'none'" -- cgit 1.4.1