From 3163dd6f06c62ed4075c7ab3f4933366e07a6041 Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Sun, 11 Dec 2022 18:56:27 +0100 Subject: [PATCH] adds netlify.toml --- static/netlify.toml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 static/netlify.toml diff --git a/static/netlify.toml b/static/netlify.toml new file mode 100644 index 0000000..cd744c5 --- /dev/null +++ b/static/netlify.toml @@ -0,0 +1,34 @@ +[build] +publish = "public" +command = "hugo --gc --minify --cleanDestinationDir" + +[context.production.environment] +HUGO_VERSION = "0.108.0" +HUGO_ENV = "production" +HUGO_ENABLEGITINFO = "true" + +[context.deploy-preview] +command = "hugo --gc --minify --cleanDestinationDir --buildFuture -b $DEPLOY_PRIME_URL" + +[context.deploy-preview.environment] +HUGO_VERSION = "0.108.0" + +[context.branch-deploy] +command = "hugo --gc --minify --cleanDestinationDir -b $DEPLOY_PRIME_URL" + +[context.branch-deploy.environment] +HUGO_VERSION = "0.108.0" + +#[context.next.environment] +#HUGO_ENABLEGITINFO = "true" + +# [[headers]] +# for = "/*" +# [headers.values] +# Strict-Transport-Security = "max-age=31536000; includeSubDomains; preload" +# # use this to clear HSTS settings +# # Strict-Transport-Security = "max-age=0; includeSubDomains;" +# X-Frame-Options = "DENY" +# X-XSS-Protection = "1; mode=block" +# Referrer-Policy = "no-referrer" +# X-Content-Type-Options = "nosniff" \ No newline at end of file