ref: b3eeb97642d06f677827029636b38019418355d5
parent: 9409bc0f799a8057836a14ccdf2833a55902175e
parent: 3cf4300097610bb8b5bd0686d96d1df5db641895
author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
date: Wed Jan 17 17:33:07 EST 2018
Merge commit '3cf4300097610bb8b5bd0686d96d1df5db641895'
--- a/docs/content/content-management/multilingual.md
+++ b/docs/content/content-management/multilingual.md
@@ -13,7 +13,7 @@
weight: 150
weight: 150 #rem
draft: false
-aliases: [/content/multilingual/,/content-management/multilingual/]
+aliases: [/content/multilingual/,/content-management/multilingual/,/tutorials/create-a-multilingual-site/]
toc: true
---
@@ -34,7 +34,6 @@
[Languages.en]
title = "My blog"
weight = 1
-[Languages.en.params]
linkedin = "english-link"
[Languages.fr]
@@ -41,7 +40,6 @@
copyright = "Tout est à moi"
title = "Mon blog"
weight = 2
-[Languages.fr.params]
linkedin = "lien-francais"
[Languages.fr.navigation]
help = "Aide"
--- a/docs/content/getting-started/installing.md
+++ b/docs/content/getting-started/installing.md
@@ -66,7 +66,7 @@
#### Prerequisite Tools
* [Git][installgit]
-* [Go 1.5+][installgo]
+* [Go (latest or previous version)][installgo]
* [govendor][]
#### Vendored Dependencies
--- a/docs/content/news/0.32.2-relnotes-ready.md
+++ b/docs/content/news/0.32.2-relnotes-ready.md
@@ -1,9 +1,9 @@
---
date: 2018-01-03
-title: "0.32.2"
-description: "0.32.2"
-slug: "0.32.2"
+title: "0.32.2: One bugfix"
+description: "Fixes one issue with publishing of processed images when no cache."
+slug: "0.32.2-relnotes"
categories: ["Releases"]
images:
- images/blog/hugo-bug-poster.png
--- a/docs/content/news/0.32.3-relnotes-ready.md
+++ b/docs/content/news/0.32.3-relnotes-ready.md
@@ -1,9 +1,9 @@
---
date: 2018-01-08
-title: "0.32.3"
-description: "0.32.3"
-slug: "0.32.3"
+title: "Hugo 0.32.3: Some important bug fixes"
+description: "Fixes multilingual resource (images etc.) handling etc."
+slug: "0.32.3-relnotes"
categories: ["Releases"]
images:
- images/blog/hugo-bug-poster.png
--- a/docs/content/news/0.32.4-relnotes-ready.md
+++ b/docs/content/news/0.32.4-relnotes-ready.md
@@ -1,16 +1,13 @@
---
date: 2018-01-11
-title: "0.32.4"
-description: "0.32.4"
-slug: "0.32.4"
+title: "0.32.4: Two bugfixes"
+description: "Fixes non-ASCII path handling for Page resources."
+slug: "0.32.4-relnotes"
categories: ["Releases"]
images:
- images/blog/hugo-bug-poster.png
-
---
-
-
This is a bug-fix release with two of important fixes.
--- a/docs/data/homepagetweets.toml
+++ b/docs/data/homepagetweets.toml
@@ -1,4 +1,18 @@
[[tweet]]
+name = "Jens Munch"
+twitter_handle = "@jensamunch"
+quote = "Hugo is really, really incredible... Now does resizing/resampling of images as well! Crazy that something so fast can be a static site generator... Amazing open-source project."
+link = "https://twitter.com/jensamunch/status/948533063537086464"
+date = 2018-01-03T04:00:00Z
+
+[[tweet]]
+name = "carriecoxwell"
+twitter_handle = "@carriecoxwell"
+quote = "Having a lot of fun with <a href='https://twitter.com/gohugoio' target='_blank'>@GoHugoIO</a>! It's exactly what I didn't even know I wanted."
+link = "https://twitter.com/carriecoxwell/status/948402470144872448"
+date = 2018-01-03T03:00:00Z
+
+[[tweet]]
name = "STOQE"
twitter_handle = "@STOQE"
quote = "I fear <a href='https://twitter.com/gohugoio' target='_blank'>@GoHugoIO</a> v0.22 might be so fast it creates a code vortex that time-warps me back to a time I used Wordpress. <a href='https://twitter.com/hashtag/gasp?src=hash'>#gasp</a>"
--- a/docs/netlify.toml
+++ b/docs/netlify.toml
@@ -3,15 +3,15 @@
command = "hugo"
[context.production.environment]
- HUGO_VERSION = "0.32.1"
+ HUGO_VERSION = "0.32.4"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"
[context.deploy-preview.environment]
- HUGO_VERSION = "0.32.1"
+ HUGO_VERSION = "0.32.4"
[context.branch-deploy.environment]
- HUGO_VERSION = "0.32.1"
+ HUGO_VERSION = "0.32.4"
[context.next.environment]
HUGO_BASEURL = "https://next--gohugoio.netlify.com/"