Release Hugo 0.35

This commit is contained in:
Bjørn Erik Pedersen
2018-01-31 11:59:14 +01:00
parent 613c50cdd4
commit f66d13af2d
3 changed files with 5 additions and 6 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 86 KiB

@@ -1,9 +1,8 @@
---
date: 2018-01-31
title: "0.35"
description: "0.35"
slug: "0.35"
title: "Hugo 0.35: Headless Bundless!"
description: "Headless Bundles, disable languages, improve fast render mode, and much more."
categories: ["Releases"]
---
+3 -3
View File
@@ -3,15 +3,15 @@
command = "hugo"
[context.production.environment]
HUGO_VERSION = "0.34"
HUGO_VERSION = "0.35"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"
[context.deploy-preview.environment]
HUGO_VERSION = "0.34"
HUGO_VERSION = "0.35"
[context.branch-deploy.environment]
HUGO_VERSION = "0.34"
HUGO_VERSION = "0.35"
[context.next.environment]
HUGO_BASEURL = "https://next--gohugoio.netlify.com/"