Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoDocs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-01-31 13:59:14 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-01-31 13:59:14 +0300
commitf66d13af2d8ea8a177a0d84fc575ad02b9fd4652 (patch)
tree0b5bac2cdc04b7c90c4af52958f7743c1efc8959
parent613c50cdd41e226c932174f6802c14e90a181d67 (diff)
Release Hugo 0.35v0.35
-rw-r--r--content/news/0.35-relnotes/featured-hugo-35-poster.pngbin0 -> 88519 bytes
-rw-r--r--content/news/0.35-relnotes/index.md (renamed from content/news/0.35-relnotes-ready.md)5
-rw-r--r--netlify.toml6
3 files changed, 5 insertions, 6 deletions
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
--- /dev/null
+++ b/content/news/0.35-relnotes/featured-hugo-35-poster.png
Binary files differ
diff --git a/content/news/0.35-relnotes-ready.md b/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/"