Merge commit '325009c3fd4ac90021897b7e3e025c14e70ce162' - hugo - [fork] hugo port for 9front
HTML git clone git@git.drkhsh.at/hugo.git
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit 6a5170116c5c4d90fcb31d43870d44f68860a0d4
DIR parent bc53cd7b159037ba94b79ee101ba42176035a7d8
HTML Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date: Thu, 19 Oct 2017 07:59:48 +0200
Merge commit '325009c3fd4ac90021897b7e3e025c14e70ce162'
Diffstat:
M docs/content/news/0.30-relnotes-re… | 7 +++++--
M docs/netlify.toml | 6 +++---
2 files changed, 8 insertions(+), 5 deletions(-)
---
DIR diff --git a/docs/content/news/0.30-relnotes-ready.md b/docs/content/news/0.30-relnotes-ready.md
@@ -1,9 +1,12 @@
---
date: 2017-10-16
-title: "0.30"
-description: "0.30"
+title: "Hugo 0.30: Race Car Edition!"
+description: "Fast Render Mode boosts live reloading!"
categories: ["Releases"]
+slug: "0.30-relnotes"
+images:
+- images/blog/hugo-30-poster.png
---
DIR diff --git a/docs/netlify.toml b/docs/netlify.toml
@@ -3,15 +3,15 @@
command = "hugo"
[context.production.environment]
- HUGO_VERSION = "0.29"
+ HUGO_VERSION = "0.30"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"
[context.deploy-preview.environment]
- HUGO_VERSION = "0.29"
+ HUGO_VERSION = "0.30"
[context.branch-deploy.environment]
- HUGO_VERSION = "0.29"
+ HUGO_VERSION = "0.30"
[context.next.environment]
HUGO_BASEURL = "https://next--gohugoio.netlify.com/"