hugo-test:release-0.32.3

Last commit made on 2018-01-08
Get this branch:
git clone -b release-0.32.3 https://git.launchpad.net/hugo-test

Branch merges

Branch information

Name:
release-0.32.3
Repository:
lp:hugo-test

Recent commits

238e7f7... by hugoreleaser <email address hidden>

releaser: Prepare repository for 0.33-DEV

[ci skip]

0aaa385... by hugoreleaser <email address hidden>

releaser: Add release notes to /docs for release of 0.32.3

[ci skip]

fdec5e3... by hugoreleaser <email address hidden>

releaser: Bump versions for release of 0.32.3

[ci skip]

71abb53... by Bjørn Erik Pedersen

Release 0.32.2

db5d798... by hugoreleaser <email address hidden>

releaser: Add release notes draft for 0.32.3

Rename to *-ready.md to continue. [ci skip]

2d3189b... by Bjørn Erik Pedersen

hugolib: Fix handling of mixed-case taxonomy folders with content file

* We match by path vs taxonomy to determine if we have a content page for that taxonomy
* The taxonomy name is (if `preserveTaxonomyNames` is not set) normalized to `maxmustermann` while you have the disk folder called `MaxMustermann`.
* This isn't a new issue, but I suspect most people will just name the folder `authors/maxmustermann` and it will just work.
* The inconsistent behaviour you see here is that you will end up with two pages with the same target filename, so it is a little random who will win.

This fixes that by also normalizing the taxonomy path when doing the comparison.

Fixes #4238

4b04db0... by Bjørn Erik Pedersen

resource: Avoid processing and storing same image for each language

Fixes #4231

97c1866... by Bjørn Erik Pedersen

resource: Resources.ByType should return Resources

Currently it returns []Resource.

This way the invocations can be nested.

Fixes #4234

8969331... by Bjørn Erik Pedersen

Fix multihost detection for sites without language definition

Static content was wrongly put into the lang-code subfolder.

Fixes #4221

6feb138... by Bjørn Erik Pedersen

commands: Report build time on config.toml change

Fixes #4232
See #4224