mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-14 12:24:47 -04:00
Hugo 0.31 Released
This commit is contained in:
parent
8fdd995e7a
commit
4ac8aae384
@ -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)
|
||||
|
@ -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!**
|
||||
|
||||
> <img src="https://esolia.com/img/eSolia-Logo-Flat-2015.svg" alt="eSolia" width="100px" align="top" />The Multihost feature is sponsored by [eSolia](https://esolia.com/), [@rickcogley](https://github.com/rickcogley)'s company.
|
||||
> <img src="https://esolia.com/img/eSolia-Logo-Flat-2015.svg" alt="eSolia" width="100px" align="top" style="width:100px" />The 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!
|
||||
|
||||
|
@ -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/"
|
||||
|
Loading…
x
Reference in New Issue
Block a user