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

github.com/zwbetz-gh/minimal-bootstrap-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachary Betz <zwbetz@gmail.com>2018-11-27 08:25:39 +0300
committerZachary Betz <zwbetz@gmail.com>2018-11-27 08:25:39 +0300
commiteff284adf1050422e95d56ca5a4ffa15c3be71ea (patch)
tree6ad7779f76c0114678e0460702b72c494c2e8e45
parent573b76c25dcfabb20dc5bf7fa894d2fef7cf2146 (diff)
Use plain build environment
-rw-r--r--netlify.toml5
1 files changed, 2 insertions, 3 deletions
diff --git a/netlify.toml b/netlify.toml
index 22aeb6d..2ac94fa 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -2,6 +2,5 @@
publish = "exampleSite/public"
command = "hugo --source exampleSite --config exampleSite/config.toml --themesDir /opt/build --theme repo"
-[context.production.environment]
-HUGO_VERSION = "0.51"
-HUGO_ENV = "production" \ No newline at end of file
+[build.environment]
+HUGO_VERSION = "0.51" \ No newline at end of file