mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 23:38:53 +00:00
Release Hugo 0.35
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 86 KiB |
@@ -1,9 +1,8 @@
|
||||
|
||||
---
|
||||
date: 2018-01-31
|
||||
title: "0.35"
|
||||
description: "0.35"
|
||||
slug: "0.35"
|
||||
title: "Hugo 0.35: Headless Bundless!"
|
||||
description: "Headless Bundles, disable languages, improve fast render mode, and much more."
|
||||
categories: ["Releases"]
|
||||
---
|
||||
|
||||
+3
-3
@@ -3,15 +3,15 @@
|
||||
command = "hugo"
|
||||
|
||||
[context.production.environment]
|
||||
HUGO_VERSION = "0.34"
|
||||
HUGO_VERSION = "0.35"
|
||||
HUGO_ENV = "production"
|
||||
HUGO_ENABLEGITINFO = "true"
|
||||
|
||||
[context.deploy-preview.environment]
|
||||
HUGO_VERSION = "0.34"
|
||||
HUGO_VERSION = "0.35"
|
||||
|
||||
[context.branch-deploy.environment]
|
||||
HUGO_VERSION = "0.34"
|
||||
HUGO_VERSION = "0.35"
|
||||
|
||||
[context.next.environment]
|
||||
HUGO_BASEURL = "https://next--gohugoio.netlify.com/"
|
||||
|
||||
Reference in New Issue
Block a user