From 4ac8aae38465d3a19c4e7875c84a21892ed78fe4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Mon, 20 Nov 2017 11:43:11 +0100 Subject: [PATCH] Hugo 0.31 Released --- config.toml | 2 +- content/news/0.31-relnotes-ready.md | 10 ++++++---- netlify.toml | 6 +++--- 3 files changed, 10 insertions(+), 8 deletions(-) diff --git a/config.toml b/config.toml index 4556c44a0..f0f9f77e4 100644 --- a/config.toml +++ b/config.toml @@ -71,7 +71,7 @@ twitter = "GoHugoIO" [params] description = "The world’s fastest framework for building websites" ## Used for views in rendered HTML (i.e., rather than using the .Hugo variable) - release = "0.32-DEV" + release = "0.31" ## Setting this to true will add a "noindex" to *EVERY* page on the site removefromexternalsearch = false ## Gh repo for site footer (include trailing slash) diff --git a/content/news/0.31-relnotes-ready.md b/content/news/0.31-relnotes-ready.md index ee412c04a..138ecc08c 100644 --- a/content/news/0.31-relnotes-ready.md +++ b/content/news/0.31-relnotes-ready.md @@ -1,15 +1,17 @@ --- date: 2017-11-20 -title: "0.31" -description: "0.31" -slug: "0.31" +title: "Hugo 0.31: Language Multihost Edition!" +description: "Hugo 0.31: Multihost, smart union static dirs, and more ..." +slug: "0.31-relnotes" categories: ["Releases"] +images: +- images/blog/hugo-31-poster.png --- Hugo `0.31` is the **Language Multihost Edition!** -> eSoliaThe Multihost feature is sponsored by [eSolia](https://esolia.com/), [@rickcogley](https://github.com/rickcogley)'s company. +> eSoliaThe Multihost feature is sponsored by [eSolia](https://esolia.com/), [@rickcogley](https://github.com/rickcogley)'s company. [Multihost](https://gohugo.io/content-management/multilingual/#configure-multilingual-multihost) means that you can have a **`baseURL` per language**, for example, `https://no.example.com` and `https://en.example.com`. This is seamlessly integrated, and the built-in web server with live reload and `navigateToChanged` etc. just works. A related enhancement in this release is the support for **as many static dirs as you need**, with intelligent language overrides, forming a big union file system. Add to that several other language related fixes and enhancements, it is safe to say that this is the version you want for multilingual Hugo sites! diff --git a/netlify.toml b/netlify.toml index 55e5660f1..d32e31af8 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,15 +3,15 @@ command = "hugo" [context.production.environment] - HUGO_VERSION = "0.30.2" + HUGO_VERSION = "0.31" HUGO_ENV = "production" HUGO_ENABLEGITINFO = "true" [context.deploy-preview.environment] - HUGO_VERSION = "0.30.2" + HUGO_VERSION = "0.31" [context.branch-deploy.environment] - HUGO_VERSION = "0.30.2" + HUGO_VERSION = "0.31" [context.next.environment] HUGO_BASEURL = "https://next--gohugoio.netlify.com/"