diff --git a/docs/content/content-management/multilingual.md b/docs/content/content-management/multilingual.md index 189207ca6..31d409109 100644 --- 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 index 0375ceead..cc3783353 100644 --- 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 index 0bf8292da..5d33df6ef 100644 --- 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 index 51ede663e..c22bbc83b 100644 --- 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 index 4465c1276..2e1fc3757 100644 --- 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 index 67bf7b4bd..e5dbbefac 100644 --- a/docs/data/homepagetweets.toml +++ b/docs/data/homepagetweets.toml @@ -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 @GoHugoIO! 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" diff --git a/docs/netlify.toml b/docs/netlify.toml index 901acdbb1..563f1e0a7 100644 --- 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/"