summaryrefslogtreecommitdiffstats
path: root/netlify.toml
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-06-19 12:48:23 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-06-19 12:48:23 +0200
commit2d7a86d935fea767c73745dd5eb9d220784c793d (patch)
tree3b74b1e329a205a41f962df678bacdf1288f768b /netlify.toml
parent63c98d5f9127e74abafabc8bb942e2019d5a74ea (diff)
downloadgohugo-theme-ed-2d7a86d935fea767c73745dd5eb9d220784c793d.tar.gz
Bump hugo version
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/netlify.toml b/netlify.toml
index a418b24..a1944d8 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -3,7 +3,7 @@
command = 'hugo --source=exampleSite --gc --verbose --minify --destination ../public'
[context.production.environment]
- HUGO_VERSION = '0.100.2'
+ HUGO_VERSION = '0.101.0'
HUGO_ENV = 'production'
HUGO_ENABLEGITINFO = 'true'
HUGO_GOOGLEANALYTICS = 'G-DP9Q137C3X'
@@ -12,20 +12,20 @@
command = 'hugo --source=exampleSite --gc --minify --enableGitInfo --destination ../public'
[context.split1.environment]
- HUGO_VERSION = '0.100.2'
+ HUGO_VERSION = '0.101.0'
HUGO_ENV = 'production'
[context.deploy-preview]
command = 'hugo --source=exampleSite --gc --minify --buildDrafts --buildFuture --baseURL $DEPLOY_PRIME_URL --destination ../public'
[context.deploy-preview.environment]
- HUGO_VERSION = '0.100.2'
+ HUGO_VERSION = '0.101.0'
[context.branch-deploy]
command = 'hugo --source=exampleSite --gc --minify --baseURL $DEPLOY_PRIME_URL --destination ../public'
[context.branch-deploy.environment]
- HUGO_VERSION = '0.100.2'
+ HUGO_VERSION = '0.101.0'
[context.next.environment]
HUGO_ENABLEGITINFO = 'true'