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

github.com/opera7133/Blonde.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoropera7133 <ainznino@pm.me>2021-06-04 08:41:29 +0300
committeropera7133 <ainznino@pm.me>2021-06-04 08:41:29 +0300
commit1519b9c3babb79aee560a0dbb77a833940c340ee (patch)
treef5b23d98680bdfe5da08372ff6d72a606134e66d /exampleSite
parent517b101dd5daa5ac1a70f91a12fb5e35906093b7 (diff)
maybe fixed
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/netlify.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/exampleSite/netlify.toml b/exampleSite/netlify.toml
index ddc125a..d5caa65 100644
--- a/exampleSite/netlify.toml
+++ b/exampleSite/netlify.toml
@@ -3,7 +3,7 @@ publish = "public"
command = "git submodule update --remote --merge && hugo --theme=Blonde --gc --minify"
[context.production.environment]
-HUGO_VERSION = "0.78.2"
+HUGO_VERSION = "0.83.1"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"
@@ -11,20 +11,20 @@ HUGO_ENABLEGITINFO = "true"
command = "hugo --gc --minify --enableGitInfo"
[context.split1.environment]
-HUGO_VERSION = "0.78.2"
+HUGO_VERSION = "0.83.1"
HUGO_ENV = "production"
[context.deploy-preview]
command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
[context.deploy-preview.environment]
-HUGO_VERSION = "0.78.2"
+HUGO_VERSION = "0.83.1"
[context.branch-deploy]
command = "hugo --gc --minify -b $DEPLOY_PRIME_URL"
[context.branch-deploy.environment]
-HUGO_VERSION = "0.78.2"
+HUGO_VERSION = "0.83.1"
[context.next.environment]
HUGO_ENABLEGITINFO = "true"