This repository has been archived by the owner on Mar 8, 2022. It is now read-only.
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.
Updating package hugo to release v0.82.0.
Release info
This is a small release, mostly a maintainance/bugfix release. But also notable is that you can now add custom Markdown attributes (e.g. CSS classes) to code fences (aed7df62 @bep #8278) and that you can use the attribute lists in title render hooks (
.Attributes
; see cd0c5d7e @bep #8270).This release represents 28 contributions by 8 contributors to the main Hugo code base.@bep leads the Hugo development with a significant amount of contributions, but also a big shoutout to @moorereason, and @gzagatti for their ongoing contributions.
And a big thanks to @digitalcraftsman for his relentless work on keeping the themes site in pristine condition and to @davidsneighbour, @coliff and @kaushalmodi for all the great work on the documentation site.
Many have also been busy writing and fixing the documentation in hugoDocs,
which has received 20 contributions by 12 contributors. A special thanks to @bep, @jmooring, @rootkea, and @PaulPineda for their work on the documentation site.
Hugo now has:
Notes
.MediaType
comparable ba1d0051 @bep #8317#8324. This also means that the oldMediaType.Suffix
andMediaType.FullSuffix
is moved toMediaType.FirstSuffix.Suffix
andMediaType.FirstSuffix.FullSuffix
, which also better describes what they represent.Enhancements
Templates
Output
Other
Fixes
Output
Other
new theme
command description 24c716ca @rootkea