mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-12 12:24:51 -04:00
Release Hugo 0.37
This commit is contained in:
parent
85f0cc3249
commit
414f0dbc65
BIN
content/news/0.37-relnotes/featured-hugo-37-poster.png
Normal file
BIN
content/news/0.37-relnotes/featured-hugo-37-poster.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 182 KiB |
@ -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"]
|
||||
---
|
||||
|
||||
|
@ -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"
|
||||
|
Binary file not shown.
After Width: | Height: | Size: 59 KiB |
Binary file not shown.
After Width: | Height: | Size: 99 KiB |
Loading…
x
Reference in New Issue
Block a user