Update https://github.com/gohugoio/hugo in repo_dependencies.yml from v0.35 to v0.36 #9
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Dependencies.io has updated
https://github.com/gohugoio/hugo
(a git dependency inrepo_dependencies.yml
) from "v0.35" to "v0.36".v0.36
Hugo
0.36
announces smart cropping of images, using the library created by muesli. We will work with him to improve this even more in the future, but this is now the default used when cropping images in Hugo.Go here for a list of examples.
This release represents 7 contributions by 3 contributors to the main Hugo code base.
Many have also been busy writing and fixing the documentation in hugoDocs,
which has received 9 contributions by 4 contributors. A special thanks to bep, Jibec, Nick-Rivera, and kaushalmodi for their work on the documentation site.
Hugo now has:
Notes
Hugo now defaults to smart crop when cropping images, if you don't specify it when calling
.Fill
.You can get the old default by adding this to your
config.toml
:Also, we have removed the superflous anchor name from the processed filenames that does not use this anchor, so it can be wise to run
hugo --gc
once to remove unused images.Enhancements
Fixes
TestTemplateLookupOrder
fc06d5c1 moorereason #3505TestTemplateLookupOrder
9a367d9d moorereasonAutomated with GoReleaser
Built with go version go1.9.3 linux/amd64