Update https://github.com/gohugoio/hugo in repo_dependencies.yml from v0.31 to v0.32 #5
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.31" to "v0.32".v0.32
Hugo
0.32
features Page Bundles and Image Processing by bep, which is very cool and useful on so many levels. Read about it in more detail in the Hugo documentation, but some of the highlights include:JSON
files ... and also other content pages.Resource
will have itsRelPermalink
andPermalink
relative to the "owning page". This makes the complete article with both text and images portable (just send a ZIP file with a folder to your editor), and it can be previewed directly on GitHub..Resize
,.Fill
, and.Fit
methods on the newImage
resource./content
, both for regular files and directories.The built-in benchmarks in Hugo show that this is also the fastest and most memory effective Hugo version to date. But note that the build time total reported in the console is now adjusted to be the real total, including the copy of static files. So, if it reports more milliseconds, it is still most likely faster ...
This release represents 30 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 betaveros, chaseadamsio, and kropp. And as always 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 17 contributions by 7 contributors. A special thanks to bep, felicianotech, maiki, and carlchengli for their work on the documentation site.
Hugo now has:
Today is New Year's Eve. It is the last day of 2017, a year that have seen a string of pearls of Hugo releases, making Hugo the top choice for website development:
baseURL
per language.hugo server --navigateToChanged
which navigates to the content page you start editing.Notes
RelPermalink
relative to its page.RelPermalink
relative to its page (respecting permalink settings etc.)URL
, but will be part of the.Resources
collection of its page..Site.Files
is deprecated./content
. This was an undocumented "proof of concept feature". We may revisit the "assets handling" in a future release.Page.GetParam
does not lowercase your result anymore. If you really want to lowercase your params, do it with.GetParam "myparam" | lower
or similar.Previously deprecated that will now
ERROR
:disable404
: UsedisableKinds=["404"]
disableRSS
: UsedisableKinds=["RSS"]
disableSitemap
: UsedisableKinds=["sitemap"]
disableRobotsTXT
: UsedisableKinds=["robotsTXT"]
Enhancements
.Title
and.Page
toMenuEntry
9df3736f rmetzler #2784Pandoc
support e69da7a4 betaveros #234chomp
return the type it receives 22cd89ad kropp #2187BlackFriday
config instance when possible db4b7a5c bepChroma
tov0.2.0
79892101 bep #4087goorgeous
tov1.1.0
7f2ae3ef chaseadamsioFixes
Templates
highlight
c067f345 bep #4179imageConfig
6d79beb5 bepopengraph
video range template 23f69efb drlogout #4136humanize
for multi-byte runes e7652180 bep #4133Other
tolower
result from Page.GetParam 1c114d53 bep #4187Automated with GoReleaser
Built with go version go1.9.2 linux/amd64