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-10-19 09:09:30 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-10-19 09:09:30 +0300
commitbe5ce85012e3c06ab714797684146c56e55c4337 (patch)
treedacbe9ffd51dd6e38c33e90ec9512cf61432de24
parent58adf5d0d8498f3a42d6f45b957bf34a2ca8db2c (diff)
Release 0.30.1v0.30.1
-rw-r--r--config.toml2
-rw-r--r--content/news/0.30.1-relnotes-ready.md6
-rw-r--r--netlify.toml6
3 files changed, 8 insertions, 6 deletions
diff --git a/config.toml b/config.toml
index f4cd7c5fd..1b54c36e8 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.31-DEV"
+ release = "0.30.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.30.1-relnotes-ready.md b/content/news/0.30.1-relnotes-ready.md
index 85085a802..b4f35c9d2 100644
--- a/content/news/0.30.1-relnotes-ready.md
+++ b/content/news/0.30.1-relnotes-ready.md
@@ -1,9 +1,11 @@
---
date: 2017-10-19
-title: "0.30.1"
-description: "0.30.1"
+title: "0.30.1: Two Important Bugfixes!"
+description: "Fixes `hugo -w` and validator-broken Sitemap."
categories: ["Releases"]
+images:
+- images/blog/hugo-bug-poster.png
---
diff --git a/netlify.toml b/netlify.toml
index f44f80bf4..996095604 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -3,15 +3,15 @@
command = "hugo"
[context.production.environment]
- HUGO_VERSION = "0.30"
+ HUGO_VERSION = "0.30.1"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"
[context.deploy-preview.environment]
- HUGO_VERSION = "0.30"
+ HUGO_VERSION = "0.30.1"
[context.branch-deploy.environment]
- HUGO_VERSION = "0.30"
+ HUGO_VERSION = "0.30.1"
[context.next.environment]
HUGO_BASEURL = "https://next--gohugoio.netlify.com/"