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

github.com/themefisher/northendlab-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-07 14:43:51 +0300
committershampaakter <shampa.themefisher@gmail.com>2021-09-07 14:43:51 +0300
commit15423d6f989806703afa645e082cbee12c214571 (patch)
treea4b19ba490e3a146b667be53b591ab1056da7adf /exampleSite
parentdc62c0580ca90e5729b8285bb6f39124c59b2871 (diff)
added netlify.toml, updated theme.toml and README.md file
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..df77e54
--- /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" \ No newline at end of file