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

github.com/gohugoio/hugo-mod-bootstrap-scss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--netlify.toml20
1 files changed, 20 insertions, 0 deletions
diff --git a/netlify.toml b/netlify.toml
new file mode 100644
index 0000000..8a79964
--- /dev/null
+++ b/netlify.toml
@@ -0,0 +1,20 @@
+[build]
+publish = "exampleSite/public"
+command = "hugo --gc -s exampleSite --minify"
+
+[context.production.environment]
+HUGO_VERSION = "0.91.1"
+
+[context.deploy-preview]
+command = "hugo -s exampleSite --minify -D -F -b $DEPLOY_PRIME_URL"
+
+[context.deploy-preview.environment]
+HUGO_VERSION = "0.91.1"
+
+[context.branch-deploy]
+command = "hugo -s exampleSite --minify --gc -b $DEPLOY_PRIME_URL"
+
+[context.branch-deploy.environment]
+HUGO_VERSION = "0.91.1"
+
+