Version 4
See the changelog of this version for a detailed list of changes.0.93.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
4.2.0 (2022-06-23)
Breaking
-
Breaking The second parameter for the
includeshortcode was switched in meaning and was renamed fromshowfirstheadingtohidefirstheading. If you haven’t used this parameter in your shortcode, the default behavior hasn’t changed and you don’t need to change anything.If you’ve used the second boolean parameter, you have to rename it and invert its value to achieve the same behavior.
Change
-
Change Previously, if the
tabsshortcode could not find a tab item because, the tabs ended up empty. Now the first tab is selected instead. -
Change The
landingPageURLwas removed fromhugo.toml. You can safely remove this as well from your configuration as it is not used anymore. The theme will detect the landing page URL automatically and will point to the project’s home page. If you want to support a different link, overwrite thelogo.htmlpartial.
New
- New All shortcodes can now be also called from your partials. Examples for this are added to the documentation of each shortcode.
4.1.0 (2022-06-12)
New
- New While fixing issues with the search functionality for non Latin languages, you can now configure to have multiple languages on a single page.
4.0.0 (2022-06-05)
Breaking
-
Breaking The
custom_cssconfig parameter was removed from the configuration. If used in an existing installation, it can be achieved by overriding thecustom-header.htmltemplate in a much more generic manner. -
Breaking Because anchor hover color was not configurable without introducing more complexity to the variant stylesheets, we decided to remove
--MAIN-ANCHOR-colorinstead. You don’t need to change anything in your custom color stylesheet as the anchors now get their colors from--MAIN-LINK-colorand--MAIN-ANCHOR-HOVER-colorrespectively.
New
-
New All shortcodes now support named parameter. The positional parameter are still supported but will not be enhanced with new features, so you don’t need to change anything in your installation.
-
New The
buttonshortcode received some love and now has a parameter for the color style similar to other shortcodes. -
New New colors
--PRIMARY-colorand--SECONDARY-colorwere added to provide easier modification of your custom style. Shortcodes with a color style can now haveprimaryorsecondaryas additional values.These two colors are the default for other, more specific color variables. You don’t need to change anything in your existing custom color stylesheets as those variables get reasonable default values.
-
New Translation into Polish. This language is not supported for search.
-
New The documentation for all shortcodes were revised.