Release 0.33

This commit is contained in:
Bjørn Erik Pedersen 2018-01-18 11:42:04 +01:00
parent b108fcc7bd
commit 328ec99304
No known key found for this signature in database
GPG Key ID: 330E6E2BD4859D8F
3 changed files with 10 additions and 7 deletions

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.34-DEV"
release = "0.33"
## Setting this to true will add a "noindex" to *EVERY* page on the site
removefromexternalsearch = false
## Gh repo for site footer (include trailing slash)

View File

@ -1,10 +1,13 @@
---
date: 2018-01-18
title: "0.33"
description: "0.33"
slug: "0.33"
title: "Hugo 0.33: The New Kinder Surprise!"
description: "Hugo 0.33 comes with resource (images etc.) metadata, `type` and `layout` for all page types, `url` in front matter for list pages …"
slug: "0.33-relnotes"
categories: ["Releases"]
images:
- images/blog/hugo-33-poster.png
---
Hugo `0.33` is the first main Hugo release of the new year, and it is safe to say that [@bep](https://github.com/bep) has turned off his lazy Christmas mode :smiley:

View File

@ -3,15 +3,15 @@
command = "hugo"
[context.production.environment]
HUGO_VERSION = "0.32.4"
HUGO_VERSION = "0.33"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"
[context.deploy-preview.environment]
HUGO_VERSION = "0.32.4"
HUGO_VERSION = "0.33"
[context.branch-deploy.environment]
HUGO_VERSION = "0.32.4"
HUGO_VERSION = "0.33"
[context.next.environment]
HUGO_BASEURL = "https://next--gohugoio.netlify.com/"