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

github.com/wowchemy/starter-academic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml8
1 files changed, 5 insertions, 3 deletions
diff --git a/netlify.toml b/netlify.toml
index 5bc7fed8..066303b0 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -1,8 +1,10 @@
[build]
- publish = "public"
command = "hugo"
+ publish = "public"
-[context.production.environment]
+[build.environment]
HUGO_VERSION = "0.53"
- HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"
+
+[context.production.environment]
+ HUGO_ENV = "production"