Release Hugo 0.37

This commit is contained in:
Bjørn Erik Pedersen 2018-02-27 10:38:15 +01:00
parent 85f0cc3249
commit 414f0dbc65
No known key found for this signature in database
GPG Key ID: 330E6E2BD4859D8F
5 changed files with 7 additions and 8 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 KiB

View File

@ -1,9 +1,8 @@
---
date: 2018-02-27
title: "0.37"
description: "0.37"
slug: "0.37"
title: "Hugo 0.37: Preserve PNG Colour Palette"
description: "Reduces processed PNG file sizes. And 0.37 is built with Go 1.10!"
categories: ["Releases"]
---

View File

@ -3,7 +3,7 @@ publish = "public"
command = "hugo"
[context.production.environment]
HUGO_VERSION = "0.36.1"
HUGO_VERSION = "0.37"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"
@ -11,20 +11,20 @@ HUGO_ENABLEGITINFO = "true"
command = "hugo --enableGitInfo"
[context.split1.environment]
HUGO_VERSION = "0.36.1"
HUGO_VERSION = "0.37"
HUGO_ENV = "production"
[context.deploy-preview]
command = "hugo -b $DEPLOY_PRIME_URL"
[context.deploy-preview.environment]
HUGO_VERSION = "0.36.1"
HUGO_VERSION = "0.37"
[context.branch-deploy]
command = "hugo -b $DEPLOY_PRIME_URL"
[context.branch-deploy.environment]
HUGO_VERSION = "0.36.1"
HUGO_VERSION = "0.37"
[context.next.environment]
HUGO_ENABLEGITINFO = "true"