diff --git a/content/news/0.35-relnotes/featured-hugo-35-poster.png b/content/news/0.35-relnotes/featured-hugo-35-poster.png new file mode 100644 index 000000000..a97e3b901 Binary files /dev/null and b/content/news/0.35-relnotes/featured-hugo-35-poster.png differ diff --git a/content/news/0.35-relnotes-ready.md b/content/news/0.35-relnotes/index.md similarity index 98% rename from content/news/0.35-relnotes-ready.md rename to content/news/0.35-relnotes/index.md index 3788c0326..25bdfbe47 100644 --- a/content/news/0.35-relnotes-ready.md +++ b/content/news/0.35-relnotes/index.md @@ -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"] --- diff --git a/netlify.toml b/netlify.toml index 3188d0262..55e6a89a5 100644 --- a/netlify.toml +++ b/netlify.toml @@ -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/"