Version 7.4
-
0.126.0 Minimum required Hugo version
-
Breaking Change requiring action after upgrade
-
Change Change of behavior, may require action
-
New New behavior, often introducing new options
7.4.0 (XXXX-XX-XX)
New
-
New If
link.errorlevel
is configured, now also thepageRef
of a Hugo menu item and themenuPageRef
in a page’s front matter will be checked for existence. -
New You can now configure an ignore list of addresses that should be ignored if an errorlevel test fails. This is configured by setting
errorignore=[]
in yourhugo.toml
. This helps to remove false negatives from the output while still benefitting from the check for all other addresses. -
New The theme supports the new
source
output format which behaves similar in configuration as themarkdown
output format but allows the original Markdown source including the front matter of a page to be viewed.You can see this in action on the above linked page, accessible by clicking the topbar button.
-
New If you haven’t overridden
layouts/partials/custom-header.html
andcss/custom.css
and/orjs/custom.js
is present in your project, the theme now adds them to your pages.This was done to be compatible with adding custom scripts in an older version of the Hugo documentation.
-
New Table headers are sticky now.