Merge commit '3cf4300097610bb8b5bd0686d96d1df5db641895'

This commit is contained in:
Bjørn Erik Pedersen 2018-01-17 22:33:07 +01:00
commit b3eeb97642
No known key found for this signature in database
GPG key ID: 330E6E2BD4859D8F
7 changed files with 28 additions and 19 deletions

View file

@ -13,7 +13,7 @@ menu:
weight: 150 weight: 150
weight: 150 #rem weight: 150 #rem
draft: false draft: false
aliases: [/content/multilingual/,/content-management/multilingual/] aliases: [/content/multilingual/,/content-management/multilingual/,/tutorials/create-a-multilingual-site/]
toc: true toc: true
--- ---
@ -34,14 +34,12 @@ help = "Help"
[Languages.en] [Languages.en]
title = "My blog" title = "My blog"
weight = 1 weight = 1
[Languages.en.params]
linkedin = "english-link" linkedin = "english-link"
[Languages.fr] [Languages.fr]
copyright = "Tout est à moi" copyright = "Tout est à moi"
title = "Mon blog" title = "Mon blog"
weight = 2 weight = 2
[Languages.fr.params]
linkedin = "lien-francais" linkedin = "lien-francais"
[Languages.fr.navigation] [Languages.fr.navigation]
help = "Aide" help = "Aide"

View file

@ -66,7 +66,7 @@ choco install hugo -confirm
#### Prerequisite Tools #### Prerequisite Tools
* [Git][installgit] * [Git][installgit]
* [Go 1.5+][installgo] * [Go (latest or previous version)][installgo]
* [govendor][] * [govendor][]
#### Vendored Dependencies #### Vendored Dependencies

View file

@ -1,9 +1,9 @@
--- ---
date: 2018-01-03 date: 2018-01-03
title: "0.32.2" title: "0.32.2: One bugfix"
description: "0.32.2" description: "Fixes one issue with publishing of processed images when no cache."
slug: "0.32.2" slug: "0.32.2-relnotes"
categories: ["Releases"] categories: ["Releases"]
images: images:
- images/blog/hugo-bug-poster.png - images/blog/hugo-bug-poster.png

View file

@ -1,9 +1,9 @@
--- ---
date: 2018-01-08 date: 2018-01-08
title: "0.32.3" title: "Hugo 0.32.3: Some important bug fixes"
description: "0.32.3" description: "Fixes multilingual resource (images etc.) handling etc."
slug: "0.32.3" slug: "0.32.3-relnotes"
categories: ["Releases"] categories: ["Releases"]
images: images:
- images/blog/hugo-bug-poster.png - images/blog/hugo-bug-poster.png

View file

@ -1,17 +1,14 @@
--- ---
date: 2018-01-11 date: 2018-01-11
title: "0.32.4" title: "0.32.4: Two bugfixes"
description: "0.32.4" description: "Fixes non-ASCII path handling for Page resources."
slug: "0.32.4" slug: "0.32.4-relnotes"
categories: ["Releases"] categories: ["Releases"]
images: images:
- images/blog/hugo-bug-poster.png - images/blog/hugo-bug-poster.png
--- ---
This is a bug-fix release with two of important fixes. 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) * 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)

View file

@ -1,3 +1,17 @@
[[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]] [[tweet]]
name = "STOQE" name = "STOQE"
twitter_handle = "@STOQE" twitter_handle = "@STOQE"

View file

@ -3,15 +3,15 @@
command = "hugo" command = "hugo"
[context.production.environment] [context.production.environment]
HUGO_VERSION = "0.32.1" HUGO_VERSION = "0.32.4"
HUGO_ENV = "production" HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true" HUGO_ENABLEGITINFO = "true"
[context.deploy-preview.environment] [context.deploy-preview.environment]
HUGO_VERSION = "0.32.1" HUGO_VERSION = "0.32.4"
[context.branch-deploy.environment] [context.branch-deploy.environment]
HUGO_VERSION = "0.32.1" HUGO_VERSION = "0.32.4"
[context.next.environment] [context.next.environment]
HUGO_BASEURL = "https://next--gohugoio.netlify.com/" HUGO_BASEURL = "https://next--gohugoio.netlify.com/"