mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
Release v0.32
This commit is contained in:
+1
-1
@@ -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.33-DEV"
|
||||
release = "0.32"
|
||||
## Setting this to true will add a "noindex" to *EVERY* page on the site
|
||||
removefromexternalsearch = false
|
||||
## Gh repo for site footer (include trailing slash)
|
||||
|
||||
+3
-3
@@ -3,15 +3,15 @@
|
||||
command = "hugo"
|
||||
|
||||
[context.production.environment]
|
||||
HUGO_VERSION = "0.31.1"
|
||||
HUGO_VERSION = "0.32"
|
||||
HUGO_ENV = "production"
|
||||
HUGO_ENABLEGITINFO = "true"
|
||||
|
||||
[context.deploy-preview.environment]
|
||||
HUGO_VERSION = "0.31.1"
|
||||
HUGO_VERSION = "0.32"
|
||||
|
||||
[context.branch-deploy.environment]
|
||||
HUGO_VERSION = "0.31.1"
|
||||
HUGO_VERSION = "0.32"
|
||||
|
||||
[context.next.environment]
|
||||
HUGO_BASEURL = "https://next--gohugoio.netlify.com/"
|
||||
|
||||
Reference in New Issue
Block a user