Skip to content

Commit b2daacb

Browse files
committed
Release 0.57
1 parent 5551739 commit b2daacb

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed
Loading

content/en/news/0.57.0-relnotes/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11

22
---
33
date: 2019-08-14
4-
title: "0.57.0"
5-
description: "0.57.0"
4+
title: "Hugo 0.57: The Cascading Edition"
5+
description: "Hugo 0.57 brings cascading front matter, alphabetical sorting, resource loading from Assets with wildcards. And it's faster."
66
categories: ["Releases"]
77
---
88

9-
Hugo 0.57 brings **Cascading Front Matter**, **Alphabetical Sorting**, **Resources Loading from Assets with Wildcards**. And more.
9+
Hugo 0.57 brings **Cascading Front Matter**, **Alphabetical Sorting**, **Resources Loading from Assets with Wildcards**. And more.
1010

1111
**Cascading Front Matter**: We have added a new and powerful `cascade` keyword to Hugo's front matter. This can be added to any index node in `_index.md`. Any values in `cascade` will be merged into itself and all the descendants.
1212

netlify.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,28 @@ publish = "public"
33
command = "hugo --gc --minify"
44

55
[context.production.environment]
6-
HUGO_VERSION = "0.56.3"
6+
HUGO_VERSION = "0.57.0"
77
HUGO_ENV = "production"
88
HUGO_ENABLEGITINFO = "true"
99

1010
[context.split1]
1111
command = "hugo --gc --minify --enableGitInfo"
1212

1313
[context.split1.environment]
14-
HUGO_VERSION = "0.56.3"
14+
HUGO_VERSION = "0.57.0"
1515
HUGO_ENV = "production"
1616

1717
[context.deploy-preview]
1818
command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
1919

2020
[context.deploy-preview.environment]
21-
HUGO_VERSION = "0.56.3"
21+
HUGO_VERSION = "0.57.0"
2222

2323
[context.branch-deploy]
2424
command = "hugo --gc --minify -b $DEPLOY_PRIME_URL"
2525

2626
[context.branch-deploy.environment]
27-
HUGO_VERSION = "0.56.3"
27+
HUGO_VERSION = "0.57.0"
2828

2929
[context.next.environment]
3030
HUGO_ENABLEGITINFO = "true"

0 commit comments

Comments
 (0)