chore(deps): update dependency gohugoio/hugo to v0.86.0 #8
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/gohugoio-hugo-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v0.85.0
->v0.86.0
Release Notes
gohugoio/hugo
v0.86.0
Compare Source
This is release is a set of smaller fixes and improvements. Some of the more noteable:
You can now have a top level cascade (or one per language, if needed) section in your site configuration (e.g.
config.toml
). This way you can control default front matter values from outside of the content files.Hugo's Menu system works good, but hasn't been particulary easy to set the active menu state for section pages without a menu defintion. We have had the option Section Menu for Lazy Bloggers. That helped for the common case, but we have now made it behave more sensible out of the box:
$page.HasMenuCurrent $sectionMenuEntry
will now always return true for any descendant of that section. To support this for menu defintions in the site config, we have added a newpageRef
option on MenuEntry:Set
pageRef
to a value that site.GetPage understands, and the menu entry will be correctly connected to the page.This release represents 14 contributions by 2 contributors to the main Hugo code base.
Many have also been busy writing and fixing the documentation in hugoDocs,
which has received 1 contributions by 1 contributors.
Hugo now has:
Enhancements
Other
Fixes
Other
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.