mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-14 13:14:41 -04:00
Bump to v0.30
This commit is contained in:
parent
e9e118730a
commit
e65df10595
@ -71,7 +71,7 @@ twitter = "GoHugoIO"
|
|||||||
[params]
|
[params]
|
||||||
description = "The world’s fastest framework for building websites"
|
description = "The world’s fastest framework for building websites"
|
||||||
## Used for views in rendered HTML (i.e., rather than using the .Hugo variable)
|
## Used for views in rendered HTML (i.e., rather than using the .Hugo variable)
|
||||||
release = "0.31-DEV"
|
release = "0.30"
|
||||||
## Setting this to true will add a "noindex" to *EVERY* page on the site
|
## Setting this to true will add a "noindex" to *EVERY* page on the site
|
||||||
removefromexternalsearch = false
|
removefromexternalsearch = false
|
||||||
## Gh repo for site footer (include trailing slash)
|
## Gh repo for site footer (include trailing slash)
|
||||||
|
@ -1,9 +1,12 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
date: 2017-10-16
|
date: 2017-10-16
|
||||||
title: "0.30"
|
title: "Hugo 0.30: Race Car Edition!"
|
||||||
description: "0.30"
|
description: "Fast Render Mode boosts live reloading!"
|
||||||
categories: ["Releases"]
|
categories: ["Releases"]
|
||||||
|
slug: "0.30-relnotes"
|
||||||
|
images:
|
||||||
|
- images/blog/hugo-30-poster.png
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
@ -3,15 +3,15 @@
|
|||||||
command = "hugo"
|
command = "hugo"
|
||||||
|
|
||||||
[context.production.environment]
|
[context.production.environment]
|
||||||
HUGO_VERSION = "0.29"
|
HUGO_VERSION = "0.30"
|
||||||
HUGO_ENV = "production"
|
HUGO_ENV = "production"
|
||||||
HUGO_ENABLEGITINFO = "true"
|
HUGO_ENABLEGITINFO = "true"
|
||||||
|
|
||||||
[context.deploy-preview.environment]
|
[context.deploy-preview.environment]
|
||||||
HUGO_VERSION = "0.29"
|
HUGO_VERSION = "0.30"
|
||||||
|
|
||||||
[context.branch-deploy.environment]
|
[context.branch-deploy.environment]
|
||||||
HUGO_VERSION = "0.29"
|
HUGO_VERSION = "0.30"
|
||||||
|
|
||||||
[context.next.environment]
|
[context.next.environment]
|
||||||
HUGO_BASEURL = "https://next--gohugoio.netlify.com/"
|
HUGO_BASEURL = "https://next--gohugoio.netlify.com/"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user