What's New

See the changelog of this version for a detailed list of changes.
  • 0.126.3 Minimum required Hugo version

  • Breaking Change requiring action after upgrade

  • Change Change of behavior, may require action

  • New New behavior, often introducing new options


Version 8

8.2.0 (XXXX-XX-XX)

New

  • New A boxStyle configuration is now able to get its default values from an already existing predefined or user style using the style field in the same way as you use it with many shortcodes.

  • New Translation into Danish.


8.1.0 (2025-10-05)

Change

  • Change The children shortcode has learned to show its children in a nice card layout.

    This required to deprecate the containerstyle and style parameter in favor of the new type parameter. Your build will succeed as before but will give you detailed warnings how to migrate your old settings to the new for each occurance.

    If you haven’t set containerstyle or style no changes are necessary. If you used

    • containerstyle=ul or style=li now use type=tree
    • style=h* now use type=list
    • any other containerstyle or style now use type=flat

    If you want to use the new card layout, use type=card.

  • Change The externalLinkTarget config option has changed its default from _blank to _self causing external links by default to be opened in the same tab.

    If you want to get back to the previous behavior of opening external links in a new tab, set externalLinkTarget='_blank' in your hugo.toml.

New


8.0.0 (2025-09-11)

Hugo 0.126.3

  • 0.126.3 This release requires a newer Hugo version.

Breaking

Change

  • Change The <h1> color for the page heading has changed its default value from --MAIN-TEXT-color to the more logical --MAIN-TITLES-TEXT-color.

    If you experience a change in your page title color after upgrading, just set --MAIN-TITLES-H1-TEXT-color to your previously used color.

  • Change For the children shortcode the final default value if parameter sort=auto and no ordersectionsby setting was found has changed from weight to default.

    If your weights are all correctly set you will not recognize a difference. If you have duplicate weights on a level or have not set weights at all while sorting should happen by weight, this change will lead to a deterministic order while previously it didn’t.

New

  • New The theme has updated its Mermaid dependency to 11.8.0. This adds support for radar graphs and treemaps.

Older Versions