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

github.com/gohugoio/hugoDocs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-12-31 12:39:27 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-12-31 12:39:27 +0300
commiteac596de8b74628029f31e12350d4507d1a1e020 (patch)
tree5c4c2e9e60da40a9ffd703a173b31a4e71ec7345
parentede3e25dc34b65a4020ee23af1167a09e8037dc4 (diff)
Release v0.32v0.32
-rw-r--r--config.toml2
-rw-r--r--netlify.toml6
2 files changed, 4 insertions, 4 deletions
diff --git a/config.toml b/config.toml
index 51ffc3403..04010a074 100644
--- a/config.toml
+++ b/config.toml
@@ -71,7 +71,7 @@ twitter = "GoHugoIO"
[params]
description = "The world’s fastest framework for building websites"
## Used for views in rendered HTML (i.e., rather than using the .Hugo variable)
- release = "0.33-DEV"
+ release = "0.32"
## Setting this to true will add a "noindex" to *EVERY* page on the site
removefromexternalsearch = false
## Gh repo for site footer (include trailing slash)
diff --git a/netlify.toml b/netlify.toml
index c4d592e14..d0b652aca 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -3,15 +3,15 @@
command = "hugo"
[context.production.environment]
- HUGO_VERSION = "0.31.1"
+ HUGO_VERSION = "0.32"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"
[context.deploy-preview.environment]
- HUGO_VERSION = "0.31.1"
+ HUGO_VERSION = "0.32"
[context.branch-deploy.environment]
- HUGO_VERSION = "0.31.1"
+ HUGO_VERSION = "0.32"
[context.next.environment]
HUGO_BASEURL = "https://next--gohugoio.netlify.com/"