From 328ec99304163de1f73059f86d3c4f396f090af6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 18 Jan 2018 11:42:04 +0100 Subject: [PATCH] Release 0.33 --- config.toml | 2 +- content/news/0.33-relnotes-ready.md | 9 ++++++--- netlify.toml | 6 +++--- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/config.toml b/config.toml index 7533ab8dd..ca2a05e6b 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.34-DEV" + release = "0.33" ## 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.33-relnotes-ready.md b/content/news/0.33-relnotes-ready.md index 318c42f8e..7b70fd6a9 100644 --- a/content/news/0.33-relnotes-ready.md +++ b/content/news/0.33-relnotes-ready.md @@ -1,10 +1,13 @@ --- date: 2018-01-18 -title: "0.33" -description: "0.33" -slug: "0.33" +title: "Hugo 0.33: The New Kinder Surprise!" +description: "Hugo 0.33 comes with resource (images etc.) metadata, `type` and `layout` for all page types, `url` in front matter for list pages …" +slug: "0.33-relnotes" categories: ["Releases"] +images: +- images/blog/hugo-33-poster.png + --- Hugo `0.33` is the first main Hugo release of the new year, and it is safe to say that [@bep](https://github.com/bep) has turned off his lazy Christmas mode :smiley: diff --git a/netlify.toml b/netlify.toml index 563f1e0a7..073931fe1 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,15 +3,15 @@ command = "hugo" [context.production.environment] - HUGO_VERSION = "0.32.4" + HUGO_VERSION = "0.33" HUGO_ENV = "production" HUGO_ENABLEGITINFO = "true" [context.deploy-preview.environment] - HUGO_VERSION = "0.32.4" + HUGO_VERSION = "0.33" [context.branch-deploy.environment] - HUGO_VERSION = "0.32.4" + HUGO_VERSION = "0.33" [context.next.environment] HUGO_BASEURL = "https://next--gohugoio.netlify.com/"