Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/themefisher/Influencer-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshampaakter <shampa.themefisher@gmail.com>2021-09-05 08:03:50 +0300
committershampaakter <shampa.themefisher@gmail.com>2021-09-05 08:03:50 +0300
commit827253a72aabc69b5eb5ee62a4516e3f72732cf8 (patch)
treefb4454113b8e1c0d15436280da377e0b143e8235 /exampleSite
parenta838e6c893b554155d3d6eb6c1e970b0905ccf53 (diff)
added netlify.toml file, modified README.md
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/netlify.toml16
1 files changed, 16 insertions, 0 deletions
diff --git a/exampleSite/netlify.toml b/exampleSite/netlify.toml
new file mode 100644
index 0000000..25b63b3
--- /dev/null
+++ b/exampleSite/netlify.toml
@@ -0,0 +1,16 @@
+[build]
+ publish = "public"
+ command = "hugo --minify --gc"
+
+[build.environment]
+ HUGO_VERSION = "0.87.0"
+ HUGO_BASEURL = "/"
+
+[[headers]]
+ for = "/*" # This defines which paths this specific [[headers]] block will cover.
+
+[headers.values]
+ X-Frame-Options = "DENY"
+ X-XSS-Protection = "1; mode=block"
+ Referrer-Policy = "same-origin"
+ Strict-Transport-Security = "max-age=31536000; includeSubDomains; preload"