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>2018-04-25 16:42:42 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-04-25 16:45:39 +0300
commitd0e5c23074ce42ab28d8087dcfa96ca748a9a33c (patch)
treef6b29c28457d9446601cadbac65dcaa5bf7465c5
parent7983967c2b350d90ec1978097f37d81b2908d7c7 (diff)
parent91b391d708e3e25dd481c877901ae0d537ded95b (diff)
Release 0.40.1v0.40.1
-rw-r--r--config.toml2
-rw-r--r--content/news/0.40.1-relnotes/index.md19
-rw-r--r--netlify.toml8
3 files changed, 24 insertions, 5 deletions
diff --git a/config.toml b/config.toml
index c99f16775..00e76d0be 100644
--- a/config.toml
+++ b/config.toml
@@ -70,7 +70,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.40"
+ release = "0.40.1"
## 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/content/news/0.40.1-relnotes/index.md b/content/news/0.40.1-relnotes/index.md
new file mode 100644
index 000000000..3352f164b
--- /dev/null
+++ b/content/news/0.40.1-relnotes/index.md
@@ -0,0 +1,19 @@
+
+---
+date: 2018-04-25
+title: "Hugo 0.40.1: One Bug Fix"
+description: "Fixes some shortcode vs .Content corner cases."
+categories: ["Releases"]
+images:
+- images/blog/hugo-bug-poster.png
+
+---
+
+
+
+This release fixes some shortcode vs `.Content` corner cases introduced in Hugo `0.40` [288c3964](https://github.com/gohugoio/hugo/commit/288c39643906b4194a0a6acfbaf87cb0fbdeb361) [@bep](https://github.com/bep) [#4632](https://github.com/gohugoio/hugo/issues/4632)[#4664](https://github.com/gohugoio/hugo/issues/4664).
+
+
+
+
+
diff --git a/netlify.toml b/netlify.toml
index e9cf7d93f..fd770659e 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -3,7 +3,7 @@ publish = "public"
command = "hugo"
[context.production.environment]
-HUGO_VERSION = "0.40"
+HUGO_VERSION = "0.40.1"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"
@@ -11,20 +11,20 @@ HUGO_ENABLEGITINFO = "true"
command = "hugo --enableGitInfo"
[context.split1.environment]
-HUGO_VERSION = "0.40"
+HUGO_VERSION = "0.40.1"
HUGO_ENV = "production"
[context.deploy-preview]
command = "hugo -b $DEPLOY_PRIME_URL"
[context.deploy-preview.environment]
-HUGO_VERSION = "0.40"
+HUGO_VERSION = "0.40.1"
[context.branch-deploy]
command = "hugo -b $DEPLOY_PRIME_URL"
[context.branch-deploy.environment]
-HUGO_VERSION = "0.40"
+HUGO_VERSION = "0.40.1"
[context.next.environment]
HUGO_ENABLEGITINFO = "true"