From e65df1059549d951a45853576374be4088ded1d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Mon, 16 Oct 2017 10:57:03 +0200 Subject: [PATCH] Bump to v0.30 --- config.toml | 2 +- content/news/0.30-relnotes-ready.md | 7 +++++-- netlify.toml | 6 +++--- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/config.toml b/config.toml index f4cd7c5fd..ff9bc7474 100644 --- a/config.toml +++ b/config.toml @@ -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-DEV" + release = "0.30" ## Setting this to true will add a "noindex" to *EVERY* page on the site removefromexternalsearch = false ## Gh repo for site footer (include trailing slash) diff --git a/content/news/0.30-relnotes-ready.md b/content/news/0.30-relnotes-ready.md index deb6a6f76..5650c395f 100644 --- a/content/news/0.30-relnotes-ready.md +++ b/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 --- diff --git a/netlify.toml b/netlify.toml index 91c00be1c..f44f80bf4 100644 --- a/netlify.toml +++ b/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/"