Release 0.38

This commit is contained in:
Bjørn Erik Pedersen 2018-04-02 13:20:40 +02:00
parent e45b7cc9f7
commit b069d7f84f
No known key found for this signature in database
GPG Key ID: 330E6E2BD4859D8F
16 changed files with 6 additions and 9 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

View File

@ -1,14 +1,11 @@
---
date: 2018-04-02
title: "0.38"
description: "0.38"
title: "The Easter Egg Edition"
description: "Hugo 0.38: Date and slug from filenames, multiple content dirs, config from themes, language merge func …"
categories: ["Releases"]
---
Hugo `0.38` is an **Easter egg** filled with good stuff. We now support fetching **date and slug from the content filename**, making the move from Jekyll even easier. And you can now set `contentDir` per language with intelligent merging, and themes can now provide configuration ... Also worth mentioning is several improvements in the [Chroma](https://github.com/alecthomas/chroma) highlighter, most notable support for Go templates.
This release represents **39 contributions by 4 contributors** to the main Hugo code base.

View File

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