Release 0.30.1

This commit is contained in:
Bjørn Erik Pedersen
2017-10-19 08:09:30 +02:00
parent 1fa0bb23db
commit 9cf47a4a12
3 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ twitter = "GoHugoIO"
[params]
description = "The worlds 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)
+4 -2
View File
@@ -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
---
+3 -3
View File
@@ -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/"