mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-13 18:07:24 -04:00
Release 0.31.1
This commit is contained in:
parent
bb9876ce21
commit
3ca53db974
@ -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.31"
|
||||
release = "0.31.1"
|
||||
## 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,8 +1,8 @@
|
||||
|
||||
---
|
||||
date: 2017-11-27
|
||||
title: "0.31.1"
|
||||
description: "0.31.1"
|
||||
title: "Hugo 0.31.1: One Bugfix!"
|
||||
description: "Fixes broken `--appendPort=false`."
|
||||
slug: "0.31.1"
|
||||
categories: ["Releases"]
|
||||
images:
|
||||
@ -10,8 +10,6 @@ images:
|
||||
|
||||
---
|
||||
|
||||
|
||||
|
||||
This is a bug-fix release with one important bug fix:
|
||||
|
||||
* Fix broken `--appendPort=false` [8afd7d9c](https://github.com/gohugoio/hugo/commit/8afd7d9ceb0d168300e3399c6e87a355a88c9a28) [@bep](https://github.com/bep) [#4111](https://github.com/gohugoio/hugo/issues/4111)
|
||||
|
@ -3,15 +3,15 @@
|
||||
command = "hugo"
|
||||
|
||||
[context.production.environment]
|
||||
HUGO_VERSION = "0.31"
|
||||
HUGO_VERSION = "0.31.1"
|
||||
HUGO_ENV = "production"
|
||||
HUGO_ENABLEGITINFO = "true"
|
||||
|
||||
[context.deploy-preview.environment]
|
||||
HUGO_VERSION = "0.31"
|
||||
HUGO_VERSION = "0.31.1"
|
||||
|
||||
[context.branch-deploy.environment]
|
||||
HUGO_VERSION = "0.31"
|
||||
HUGO_VERSION = "0.31.1"
|
||||
|
||||
[context.next.environment]
|
||||
HUGO_BASEURL = "https://next--gohugoio.netlify.com/"
|
||||
|
Loading…
x
Reference in New Issue
Block a user