Update https://github.com/gohugoio/hugo in repo_dependencies.yml from v0.30 to v0.31 #4
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.30" to "v0.31".v0.31
Hugo
0.31
is the Language Multihost Edition!Multihost means that you can have a
baseURL
per language, for example,https://no.example.com
andhttps://en.example.com
. This is seamlessly integrated, and the built-in web server with live reload andnavigateToChanged
etc. just works. A related enhancement in this release is the support for as many static dirs as you need, with intelligent language overrides, forming a big union file system. Add to that several other language related fixes and enhancements, it is safe to say that this is the version you want for multilingual Hugo sites!This release represents 44 contributions by 7 contributors to the main Hugo code base.
bep leads the Hugo development with a significant amount of contributions, but also a big shoutout to @kaushalmodi, @natefinch, and @betaveros for their ongoing contributions.
And as always a big thanks to digitalcraftsman for his relentless work on keeping the documentation and the themes site in pristine condition.
Many have also been busy writing and fixing the documentation in hugoDocs,
which has received 13 contributions by 9 contributors. A special thanks to oncletom, @kaushalmodi, @XhmikosR, and @digitalcraftsman for their work on the documentation site.
Hugo now has:
Notes
index.md
. A specific translation key can be specified with the newtranslationKey
front matter variable. See #2699.Enhancements
Language related
.IsTranslated
with identical filenames b3daa1f4 bep #2699Templates
Mod
withcast
76dc811c artem-sidorenkoCore
Other
make
withmage
to build Hugo #3969dep
as dependency/vendor manager for Hugo #3988Fixes
Templates
Other
Ace
andAmber
503ca6de bep #4051mage
build c9c19d79 natefinchhugo -w
fa53b13c bep #3980Automated with GoReleaser
Built with go version go1.9.2 linux/amd64