hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit b3eeb97642d06f677827029636b38019418355d5
parent 9409bc0f799a8057836a14ccdf2833a55902175e
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date:   Wed, 17 Jan 2018 22:33:07 +0100

Merge commit '3cf4300097610bb8b5bd0686d96d1df5db641895'

Diffstat:
Mdocs/content/content-management/multilingual.md | 4+---
Mdocs/content/getting-started/installing.md | 2+-
Mdocs/content/news/0.32.2-relnotes-ready.md | 6+++---
Mdocs/content/news/0.32.3-relnotes-ready.md | 6+++---
Mdocs/content/news/0.32.4-relnotes-ready.md | 9+++------
Mdocs/data/homepagetweets.toml | 14++++++++++++++
Mdocs/netlify.toml | 6+++---
7 files changed, 28 insertions(+), 19 deletions(-)
diff --git a/docs/content/content-management/multilingual.md b/docs/content/content-management/multilingual.md
@@ -13,7 +13,7 @@ menu:
     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,14 +34,12 @@ help  = "Help"
 [Languages.en]
 title = "My blog"
 weight = 1
-[Languages.en.params]
 linkedin = "english-link"
 
 [Languages.fr]
 copyright = "Tout est à moi"
 title = "Mon blog"
 weight = 2
-[Languages.fr.params]
 linkedin = "lien-francais"
 [Languages.fr.navigation]
 help  = "Aide"
diff --git a/docs/content/getting-started/installing.md b/docs/content/getting-started/installing.md
@@ -66,7 +66,7 @@ choco install hugo -confirm
 #### Prerequisite Tools
 
 * [Git][installgit]
-* [Go 1.5+][installgo]
+* [Go (latest or previous version)][installgo]
 * [govendor][]
 
 #### Vendored Dependencies
diff --git 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
diff --git 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
diff --git a/docs/content/news/0.32.4-relnotes-ready.md b/docs/content/news/0.32.4-relnotes-ready.md
@@ -1,17 +1,14 @@
 
 ---
 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.
 
 * Fix non-ASCII path handling for Page resources [f0eecc6a](https://github.com/gohugoio/hugo/commit/f0eecc6a4f541838e9930c98bc982546f65c7a4f) [@bep](https://github.com/bep) [#4241](https://github.com/gohugoio/hugo/issues/4241)
diff --git 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>"
diff --git 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/"