76 KiB
+++ disableToc = false title = "What's New" weight = 2 +++
This document shows you what's new in the latest release and flags it with one of the following badges. For a detailed list of changes, see the history page.
-
{{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.121.0{{% /badge %}} The minimum required Hugo version.
-
{{% badge style="warning" title=" " %}}Breaking{{% /badge %}} A change that requires action by you after upgrading to assure the site is still functional.
-
{{% badge style="note" title=" " %}}Change{{% /badge %}} A change in default behavior that may requires action by you if you want to revert it.
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Marks new behavior you might find interesting or comes configurable.
6.4.0.beta (XXXX-XX-XX)
-
{{% badge style="note" title=" " %}}Change{{% /badge %}} If you now display a single code block in a
notice
box, its margin and border will be removed so only the colored notice border is visible. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The
resources
shortcode has a new parameterexpanded
to make the resource list collapsible.
6.3.0 (2024-09-03)
-
{{% badge style="note" title=" " %}}Change{{% /badge %}} The
expand
shortcode changed the naming of theopen
parameter toexpanded
. You don't need to change anything yet but may get deprecation warnings. -
{{% badge style="note" title=" " %}}Change{{% /badge %}} If the content for the
notice
shortcode is empty, now only the title bar will be displayed. Previously an empty content box was displayed. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The
notice
shortcode has a new parameterexpanded
to make the content collapsible. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} If you are running Hugo {{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.134.0{{% /badge %}} or later, the theme now supports Obsidian styled alerts.
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The theme has updated its Mermaid dependency to 11.1.0. This adds support for packet and architecture diagrams.
6.2.0 (2024-08-26)
-
{{% badge style="note" title=" " %}}Change{{% /badge %}} The heading anchor links are extended in functionality.
If you now click on it, not only is the link copied to the clipboard (previous behavior) but also the heading scrolls to the top of the page.
If you dislike the new behavior, you can deactivate it by setting
disableAnchorScrolling=true
in yourhugo.toml
. See the docs for further options. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} If you are running Hugo {{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.132.0{{% /badge %}} or later, the theme is now capable to print GitHub styled alerts.
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} To support new severity levels for GitHub styled alerts, all shortcodes that support severity levels with their
style
parameter were expanded with the new severitiescaution
andimportant
and thecolor
parameter was expanded withcyan
andmagenta
. Please note, that coloring and icons of severities may defer from the display you see on GitHub. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} To support new severity levels for GitHub styled alerts, the new severities and their according colors are also available as CSS variables
BOX-MAGENTA-color
,BOX-MAGENTA-TEXT-color
,BOX-CAUTION-color
,BOX-CAUTION-TEXT-color
,BOX-CYAN-color
,BOX-CYAN-TEXT-color
,BOX-IMPORTANT-color
,BOX-IMPORTANT-TEXT-color
. You don't need to change anything in your custom color stylesheet as appropriate default colors will be used.
6.1.0 (2024-08-02)
-
{{% badge style="note" title=" " %}}Change{{% /badge %}} The
include
shortcode is now able to resolve links to pages as well as resources or files in the file system (the old behavior). -
{{% badge style="note" title=" " %}}Change{{% /badge %}} To make the asset buster mechanism more robust, some internally used stylesheets where restructured. This generally should not affect your page in any negative way.
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The
openapi
shortcode is now able to resolve links to resources as well as to files in the file system (the old behavior). You can configure to generate warnings or errors during build by settingopenapi.errorlevel
to eitherwarning
orerror
in yourhugo.toml
if a path can not be resolved. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Shortcodes supporting an
errorlevel
configuration can now have overridden values in the frontmatter section of each individual page. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The theme now comes with its own overridden version of the
relref
shortcode.While the usage of
relref
is obsolete and discouraged by Hugo for a while, existing installations may use it. In configurations using abaseURL
with a subdirectory, and havingrelativeURLs=false
(the default) Hugo's standardrelref
implementation was failing.The shortcode is deactivated by default and can be activated by setting
{{< multiconfig file=hugo >}} [params] disableDefaultRelref = true {{< /multiconfig >}}
in your
hugo.toml
. Only do this if your site fulfills all of the above assumptions.
6.0.0 (2024-04-27)
-
{{% badge style="warning" title=" " %}}Breaking{{% /badge %}} This release requires you to move your self-defined variant (
theme-*.css
) and chroma stylesheets (chroma-*.css
) fromstatic/css
toassets/css
.This was necessary to avoid permission errors on build if running in certain Unix configurations.
In addition it is not allowed anymore to
@import
your chroma stylesheet from inside of your variant stylesheet.Say, your chroma stylesheet is named
chroma-monokai.css
, you have to add the following inside your variant stylesheet:--CODE-theme: monokai;
-
{{% badge style="warning" title=" " %}}Breaking{{% /badge %}} The parameter
description
in yourhugo.toml
will now be ignored.With the newly introduced unified handling of descriptions throughout the theme, the only place the old parameter would have been used was your home page.
For migration, move the
description
parameter of yourhugo.toml
into the frontmatter section of your home page. -
{{% badge style="warning" title=" " %}}Breaking{{% /badge %}} Search support for the
json
outputformat deprecated in 5.4.0 was removed.Change it to
search
for the homepage in yourhugo.toml
. See the docs for detailed configuration. -
{{% badge style="warning" title=" " %}}Breaking{{% /badge %}} The frontmatter option
menuTitle
deprecated in 5.24.0 was removed in favor for Hugo’s ownlinkTitle
.Additionally, if set,
linkTitle
will now be used instead oftitle
to generate the breadcrumb. -
{{% badge style="warning" title=" " %}}Breaking{{% /badge %}} The
swagger
shortcode deprecated in 5.13.0 was removed in favor for theopenapi
shortcode with the same set of parameter. -
{{% badge style="warning" title=" " %}}Breaking{{% /badge %}} Support for Internet Explorer 11 was finally dropped.
-
{{% badge style="note" title=" " %}}Change{{% /badge %}} With the removal of support for Internet Explorer 11, Font Awesome was upgraded to version 6.5.2.
You may experience slight changes for some icons. In addition you have additional ~1700 icons to chose from.
-
{{% badge style="note" title=" " %}}Change{{% /badge %}} The
children
shortcode was fixed to adhere to its documentation, generating the description based on this rule: When no description or summary exists for the page, the first 70 words of the content is taken.Previously, the summary erroneously was ignored which now can lead to different output if you set
description=true
as a parameter. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The
include
shortcode is now able to resolve links to resources as well as to files in the file system (the old behavior). You can configure to generate warnings or errors during build by settinginclude.errorlevel
to eitherwarning
orerror
in yourhugo.toml
if a path can not be resolved. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Math is now usable without enclosing it in a shortcode or Markdown codefence by using Hugo's passthrough configuration.
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Translation into Romanian.
5.27.0 (2024-04-07)
-
{{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.121.0{{% /badge %}} This release requires a newer Hugo version.
-
{{% badge style="note" title=" " %}}Change{{% /badge %}} If the theme is configured to generate warnings or errors during build by setting
image.errorlevel
to eitherwarning
orerror
in yourhugo.toml
, it will now also generate output if a link fragment is not found in the target page. -
{{% badge style="note" title=" " %}}Change{{% /badge %}} The dependency loader was made more versatile.
The configuration in your
hugo.toml
does not require thelocation
parameter anymore. If you still use it, the theme will work as before but will generate a warning. So you don't need to change anything, yet.With the new mechanism, your dependency loader now receives an additional
location
parameter instead that you can query to inject your dependencies in the desired location.By that you can now call the dependency mechanism in your own overriden partials by giving it a distinct
location
parameter. In addition your injected files can now be spread to multiple locations which wasn't previously possible. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Additional styling was added for the native HTML elements
<mark>
and<kbd>
. To use them you must allow the usage of HTML in yourhugo.toml
. The Markdown documentation was enhanced for this. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} You now can scroll forward and backward through all headings of a page by using ALT 🡑 and ALT 🡓. This also works for the
PRINT
output format. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The breadcrumbs used in the topbar, search results and the taxonomy term lists are now using the pages frontmatter
linktitle
instead oftitle
if set.
5.26.0 (2024-03-18)
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The lazy loading of images is now configurable by using the new
lazy
image effect. The default value hasn't changed in comparison to older versions, you don't need to change anything. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} It is now possible to adjust the max width of the main area, eg. in case you want to use the full page width for your content.
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Images and Markdown codefences are now respecting Hugo's Markdown attributes.
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The theme has updated its Mermaid dependency to 10.6.0. This adds support for block diagrams.
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} This release fixes a long outstanding bug where the page wasn't repositioning correctly when going forward or backward in your browser history.
5.25.0 (2024-02-29)
-
{{% badge style="note" title=" " %}}Change{{% /badge %}} This release deprecates the
attachments
shortcode in favor of the new theresources
shortcode.If you are using Hugo below {{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.123.0{{% /badge %}}, you don't need to change anything as the old shortcode still works (but may generate warnings).
Anyways, users are strongly advised to migrate as the
attachments
shortcode will not receive support anymore. Migration instructions are listed on theattachments
shortcode page. -
{{% badge style="note" title=" " %}}Change{{% /badge %}} If you run Hugo with GitInfo configured, the default page footer now prints out name, email address and date of the last commit. If you want to turn this off you either have to run Hugo without GitInfo (which is the default) or overwrite the
content-footer.html
partial.
5.24.0 (2024-02-28)
-
{{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.112.4{{% /badge %}} This release requires a newer Hugo version.
-
{{% badge style="note" title=" " %}}Change{{% /badge %}} The topbar button received a way to add text next to the icon. For this, the original
title
option was renamed tohint
while the newtitle
option is now displayed next to the icon. -
{{% badge style="note" title=" " %}}Change{{% /badge %}} The frontmatter option
menuTitle
is now deprecated in favor for Hugo's ownlinkTitle
. You don't need to change anything as the oldmenuTitle
option is still supported. -
{{% badge style="note" title=" " %}}Change{{% /badge %}} The light themes have a bit more contrast for content text and headings. Also the syntaxhighlighting was changed to the more colorful MonokaiLight. This brings the syntaxhighlighting in sync with the corresponding dark theme variants, which are using Monokai. If you dislike this, you can create your own color variant file as described here.
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} If the theme can not resolve a link to a page or image, you can now generate warnings or errors during build by setting
link.errorlevel
orimage.errorlevel
to eitherwarning
orerror
in yourhugo.toml
respectively. By default this condition is silently ignored and the link is written as-is.Please note that a page link will generate false negatives if
uglyURLs=true
and it references an ordinary page before {{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.123.0{{% /badge %}}.Please note that an image link will generate false negatives if the file resides in your
static
directory. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} You now can configure additional options for every theme variant in your
hugo.toml
. This allows for optional advanced functionality. You don't need to change anything as the old configuration options will still work (but may generate warnings now).The advanced functionality allows you to set an explicit name for a theme variant and now allows for multiple auto mode variants that adjust to the light/dark preference of your OS settings.
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} New partial for defining the heading. See documentation for further reading.
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Support for Hugo's built-in
figure
shortcode. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} On taxonomy and term pages you can now use prev/next navigation as within the normal page structure.
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} In additiion to the existing menu width customization, it is now also possible to set the width of the menu flyout for small screen sizes with the
--MENU-WIDTH-S
CSS property. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Improvements for accessibility when tabbing through the page for images, links and tab handles.
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The
editURL
config parameter is now overwritable in your pages frontmatter. In addition it received more versatility by letting you control where to put the file path into the URL. This is achieved by replacing the variable${FilePath}
in your URL by the pages file path. You don't need to change anything in your existing configuration as the old way without the replacement variable still works. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The themes config and frontmatter options received a comprehensive documentation update. In addition the theme switched from
config.toml
tohugo.toml
. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Restored compatibility with Hugo versions {{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.121.0{{% /badge %}} or higher for the
highlight
shortcode. This does not change the minimum required Hugo version. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Restored compatibility with Hugo versions {{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.123.0{{% /badge %}} or higher for theme specific output formats and handling of taxonomy and term titles. This does not change the minimum required Hugo version.
5.23.0 (2023-11-03)
-
{{% badge style="note" title=" " %}}Change{{% /badge %}} With {{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.120.0{{% /badge %}} the author settings move into the
[params]
array in yourhugo.toml
. Because this collides with the previous way, the theme expected author information, it now adheres to Hugo standards and prints out a warning during built if something is wrong.Change your previous setting from
{{< multiconfig file=hugo >}} [params] author = "Hugo" {{< /multiconfig >}}
to
{{< multiconfig file=hugo >}} [params] author.name = "Hugo" {{< /multiconfig >}}
-
{{% badge style="note" title=" " %}}Change{{% /badge %}} Taxonomy term pages now add the breadcrumb for each listed page. If this gets too crowded for you, you can turn the breadcrumbs off in your
hugo.toml
by addingdisableTermBreadcrumbs=true
. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Taxonomy and term pages are now allowed to contain content. This is added inbetween the title and the page list.
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} It is now possible to print custom taxonomies anywhere in your page. See the docs.
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} It is now possible to adjust the menu width for your whole site. See the docs.
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} This release adds social media meta tags for the Open Graph protocol and Twitter Cards to your site. See the docs.
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} This release comes with additional sort options for the menu and the
children
shortcode. Both will now accept the following values:weight
,title
,linktitle
,modifieddate
,expirydate
,publishdate
,date
,length
ordefault
(adhering to Hugo's default sort order). -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The theme now provides a mechanism to load further JavaScript dependencies defined by you only if it is needed. This comes in handy if you want to add own shortcodes that depend on additional JavaScript code to be loaded. See the docs.
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The theme has updated its Mermaid dependency to 10.6.0. This adds support for the xychart type.
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} This release adds portable Markdown links.
Previously it was not possible to use pure Markdown links in a configuration independent way to link to pages inside of your project. It always required you to know how your
uglyURLs
setting is, wheather you link to a page or page bundle and in case of relative links if your current page is a page or page bundle. (eg.[generator](generator/index.html)
vs.[generator](generator.html)
). This is a hassle as you have to change these links manually once you change youruglyURLs
setting or change the type of a page.You could work around this by using the
relref
shortcode (eg[generator]({{%/* relref "../generator" */%}})
) which works but results in non-portable Markdown.Now it's possible to use the same path of a call to
relref
in a plain Markdown link (eg[generator](../generator)
). This is independent of any configuration settings or the page types involved in linking. Note, that this requires your links to be given without any extension, so[generator](generator/index.html)
will work as before.The following types of linking are supported:
link description [generator](en/basics/generator)
absolute from your project root (multilang) [generator](/en/basics/generator)
absolute from your project root (multilang) [generator](basics/generator)
absolute from your current language root [generator](/basics/generator)
absolute from your current language root [generator](./../generator)
relative from the current page [generator](../generator)
relative from the current page
5.22.0 (2023-10-02)
-
{{% badge style="note" title=" " %}}Change{{% /badge %}} This release fixes an issue where in unfortunate conditions DOM ids generated by Hugo may collide with DOM ids set by the theme. To avoid this, all theme DOM ids are now prefixed with
R-
.If you haven't modified anything, everything is fine. Otherwise you have to check your custom CSS rules and JavaScript code.
-
{{% badge style="note" title=" " %}}Change{{% /badge %}} You can now have structural sections in the hierarchical menu without generating a page for it.
This can come in handy, if content for such a section page doesn't make much sense to you. See the documentation for how to do this.
This feature may require you to make changes to your existing installation if you are already using shortcuts to pages inside of your project with a headless branch parent.
In this case it is advised to remove the
title
from the headless branch parent's frontmatter, as it will otherwise appear in your breadcrumbs. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} It is now possible to overwrite the setting for
collapsibleMenu
of yourhugo.toml
inside of a page's frontmatter. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} If a Mermaid graph is zoomable a button to reset the view is now added to the upper right corner. The button is only shown once the mouse is moved over the graph.
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} It is now possible to remove the root breadcrumb by setting
disableRootBreadcrumb=true
in yourhugo.toml
. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The output of the dedicated search page now displays the result's breadcrumb.
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Table rows now change their background color on every even row.
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Translation into Swahili. This language is not supported for search.
5.21.0 (2023-09-18)
-
{{% badge style="note" title=" " %}}Change{{% /badge %}} We made changes to the menu footer to improve alignment with the menu items in most cases. Care was taken not to break your existing overwritten footer. Anyways, if you have your
menu-footer.html
partial overridden, you may want to review the styling (eg. margins/paddings) of your partial. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} This release comes with an awesome new feature, that allows you to customize your topbar buttons, change behavior, reorder them or define entirely new ones, unique to your installation. See the documentation for further details.
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The theme has updated its Swagger dependency to 5.7.2 for the
openapi
shortcode. This brings support for OpenAPI Specification 3.1.
5.20.0 (2023-08-26)
-
{{% badge style="note" title=" " %}}Change{{% /badge %}} The theme has updated its Swagger dependency to 5.4.1 for the
openapi
shortcode.With this comes a change in the light theme variants of
Relearn Bright
,Relearn Light
andZen Light
by switching the syntaxhighlighting inside of openapi to a light scheme. This brings it more in sync with the code style used by the theme variants itself.Additionally, the syntaxhighlighting inside of openapi for printing was switched to a light scheme for all theme variants.
If you dislike this change, you can revert this in your theme variants CSS by adding
--OPENAPI-CODE-theme: obsidian; --PRINT-OPENAPI-CODE-theme: obsidian;
-
{{% badge style="note" title=" " %}}Change{{% /badge %}} For consistency reasons, we renamed the CSS variable
--MENU-SECTION-HR-color
to--MENU-SECTION-SEPARATOR-color
. You don't need to change anything in your custom color stylesheet as the old name will be used as a fallback. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The theme variants
Zen Light
andZen Dark
now add more contrast between menu, topbar and content by adding thin borders.Those borders are now configurable by using the CSS variables
--MAIN-TOPBAR-BORDER-color
,--MENU-BORDER-color
,--MENU-TOPBAR-BORDER-color
,--MENU-TOPBAR-SEPARATOR-color
,--MENU-HEADER-SEPARATOR-color
and--MENU-SECTION-ACTIVE-CATEGORY-BORDER-color
.For existing variants nothing has changed visually.
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The default values for the image effects are now configurable for your whole site via
hugo.toml
or for each page through frontmatter. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} This release fixes a long outstanding bug where Mermaid graphs could not be displayed if they were initially hidden - like in collapsed
expand
or inactivetabs
. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Restored compatibility with Hugo versions lower than {{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.111.0{{% /badge %}} for the
highlight
shortcode. This does not change the minimum required Hugo version.
5.19.0 (2023-08-12)
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The
highlight
shortcode now accepts the new parametertitle
. This displays the code like a single tab. This is also available using Markdown codefences and makes it much easier to write nicer code samples. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The theme has added two new color variants
zen-light
andzen-dark
. Check it out! -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The theme now dispatches the custom event
themeVariantLoaded
on thedocument
when the variant is fully loaded either initially or by switching the variant manually with the variant selector. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The theme has updated its Mermaid dependency to 10.3.1. This adds support for the sankey diagram type and now comes with full support for YAML inside Mermaid graphs (previously, the theme ignored explicit Mermaid theme settings in YAML).
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Translation into Hungarian.
5.18.0 (2023-07-27)
-
{{% badge style="note" title=" " %}}Change{{% /badge %}} The theme adds additional warnings for deprecated or now unsupported features.
-
{{% badge style="note" title=" " %}}Change{{% /badge %}} There are visual improvements in displaying text links in your content as well as to some other clickable areas in the theme. If you've overwritten some theme styles in your own CSS, keep this in mind.
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Restored compatibility with Hugo {{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.95.0{{% /badge %}} or higher. This does not change the minimum required Hugo version.
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The
siteparam
shortcode is now capable in displaying nested params as well as supporting text formatting.
5.17.0 (2023-06-22)
-
{{% badge style="note" title=" " %}}Change{{% /badge %}} The default behavior for the copy-to-clipboard feature for code blocks has changed.
The copy-to-clipboard button for code blocks will now only be displayed if the reader hovers the code block.
If you dislike this new behavior you can turn it off and revert to the old behavior by adding
[params] disableHoverBlockCopyToClipBoard=true
to yourhugo.toml
. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Restored compatibility with Hugo {{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.114.0{{% /badge %}} or higher. This does not change the minimum required Hugo version.
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The new
highlight
shortcode replaces Hugo's default implementation and is fully compatible. So you don't need to change anything.In addition it offers some extensions. Currently only the
wrap
extension option is provided to control whether a code block should be wrapped or scrolled if to long to fit.
5.16.0 (2023-06-10)
-
{{% badge style="note" title=" " %}}Change{{% /badge %}} The theme now provides warnings for deprecated or now unsupported features. The warnings include hints how to fix them and an additional link to the documentation.
DEPRECATION
warnings mark features that still work but may be removed in the future.UNSUPPORTED
warnings mark features that will not work anymore. -
{{% badge style="note" title=" " %}}Change{{% /badge %}} The 404 error page was revamped. Hopefully you will not see this very often.
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The
tabs
shortcode and thetab
shortcode received some love and now align with their style, color, title and icon parameter to the other shortcodes.The visuals are now slightly different compared to previous versions. Most noteable, if you now display a single code block in a tab, its default styling will adapt to that of a code block but with a tab handle at the top.
Additionally the
name
parameter was renamed totitle
but you don't need to change anything yet as the old name will be used as a fallback. Nevertheless you will get deprecation warnings while executing Hugo. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The theme now optionally supports separate favicons for light & dark mode.
5.15.0 (2023-05-29)
-
{{% badge style="note" title=" " %}}Change{{% /badge %}} Restored compatibility with Hugo {{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.112.0{{% /badge %}} or higher. This does not change the minimum required Hugo version.
The
attachments
shortcode has compatibility issues with newer Hugo versions. You must switch to leaf bundles or are locked to Hugo <0.112.0
for now.It is planned to refactor the
attchments
shortcode in the future. This will make it possible to use the shortcode in branch bundles again but not in simple pages anymore. This will most likely come with a breaking change. -
{{% badge style="note" title=" " %}}Change{{% /badge %}} The
tabs
shortcode has changed behavior if you haven't set thegroupid
parameter.Formerly all tab views without a
groupid
were treated as so they belong to the same group. Now, each tab view is treated as it was given a unique id. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The already known
tabs
has a new friend thetab
shortcode to make it easier to create a tab view in case you only need one single tab. Really handy if you want to flag your code examples with a language identifier.Additionally for such a use case, the whitespace between a tab outline and the code is removed if only a single code block is contained.
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Besides the tag taxonomy the theme now also provides the category taxonomy out of the box and shows them in the content footer of each page.
5.14.0 (2023-05-20)
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The taxonomy pages received some love in this release, making them better leverage available screen space and adding translation support for the taxonomy names.
Hugo's default taxonmies
tags
andcategories
are already contained in the theme's i18n files. If you have self-defined taxonomies, you can add translations by adding them to your own i18n files. If you don't provide translations, the singualar and plural forms are taken as configured in yourhugo.toml
. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} To give you more flexibility in customizing your article layout a new partial
content-header.html
is introduced.This came out of the requirement to customize the position of article tags, which by default are displayed above the title. A second requirement was to also show additional taxonomies not supported by the theme natively. While Hugo supports tags and categories by default, the theme only displays tags.
So how to adjust the position of tags starting from the theme's default where tags are only shown above the title?
- Hide tags above title: Overwrite
content-header.html
with an empty file. - Show tags between title and content: Overwrite
heading-post.html
and add{{ partial "tags.html" . }}
to it. - Show tags below content: Overwrite
content-footer.html
and add{{ partial "tags.html" . }}
to it.
- Hide tags above title: Overwrite
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The new parameter
breadcrumbSeparator
is now available in yourhugo.toml
to change the - well - separator of the breadcrumb items. An appropriate default is in place if you do not configure anything.
5.13.0 (2023-05-17)
-
{{% badge style="note" title=" " %}}Change{{% /badge %}} The
swagger
shortcode was deprecated in favor for theopenapi
shortcode. You don't need to change anything yet as the old name will be used as a fallback. It is planned to remove theswagger
shortcode in the next major release.Additionally, the implemantion of this shortcode was switched from RapiDoc to SwaggerUI.
5.12.0 (2023-05-04)
-
{{% badge style="note" title=" " %}}Change{{% /badge %}} In the effort to comply with WCAG standards, the implementation of the collapsible menu was changed (again). While Internet Explorer 11 has issues in displaying it, the functionality still works.
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Support for the great VSCode Front Matter extension which provides on-premise CMS capabilties to Hugo.
The theme provides Front Matter snippets for its shortcodes. Currently only English and German is supported. Put a reference into your
frontmatter.json
like this{ ... "frontMatter.extends": [ "./vscode-frontmatter/snippets.en.json" ] ... }
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Support for languages that are written right to left (like Arabic) is now complete and extended to the menu, the top navigation bar and print. You can experience this in the pirate translation. This feature is not available in Internet Explorer 11.
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The scrollbars are now colored according to their variant color scheme to better fit into the visuals.
5.11.0 (2023-02-07)
-
{{% badge style="note" title=" " %}}Change{{% /badge %}} The theme removed the popular jQuery library from its distribution.
In case you made changes to the theme that are depending on this library you can place a copy of jQuery into your
static/js
directory and load it from your ownlayouts/partials/custom-header.html
like this:<script src="{{"js/jquery.min.js"| relURL}}" defer></script>
-
{{% badge style="note" title=" " %}}Change{{% /badge %}} Mermaid diagrams can now be configured for pan and zoom on site-, page-level or individually for each graph.
The default setting of
on
, in effect since 1.1.0, changed back tooff
as there was interference with scrolling on mobile and big pages. -
{{% badge style="note" title=" " %}}Change{{% /badge %}} The theme is now capable to visually adapt to your OS's light/dark mode setting.
This is also the new default setting if you haven't configured
themeVariant
in yourhugo.toml
.Additionally you can configure the variants to be taken for light/dark mode with the new
themeVariantAuto
parameter.This is not supported for Internet Explorer 11, which still displays in the
relearn-light
variant. -
{{% badge style="note" title=" " %}}Change{{% /badge %}} The JavaScript code for handling image lightboxes (provided by Featherlight) was replaced by a CSS-only solution.
This also changed the lightbox effects parameter from
featherlight=false
tolightbox=false
. Nevertheless you don't need to change anything as the old name will be used as a fallback. -
{{% badge style="note" title=" " %}}Change{{% /badge %}} In the effort to comply with WCAG standards, the implementation of the
expand
shortcode was changed. While Internet Explorer 11 has issues in displaying it, the functionality still works. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Translation into Czech. This language is not supported for search.
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} GitHub releases are also now tagged for the main version (eg.
1.2.x
), major version (eg.1.x
) and the latest (justx
) release making it easier for you to pin the theme to a certain version.
5.10.0 (2023-01-25)
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The
attachments
,badge
,button
andnotice
shortcodes have a new parametercolor
to set arbitrary CSS color values.Additionally the
--ACCENT-color
brand color introduced in version 5.8.0 is now supported with these shortcodes.
5.9.0 (2022-12-23)
-
{{% badge style="warning" title=" " %}}Breaking{{% /badge %}} With this version it is now possible to not only have sections on the first menu level but also pages.
It was later discovered, that this causes pages only meant to be displayed in the
More
section of the menu and stored directly inside yourcontent
directory to now show up in the menu as well.To get rid of this undesired behavior you have two choices:
-
Make the page file a headless branch bundle (contained in its own subdirectory and called
_index.md
) and add the following frontmatter configuration to the file (see exampleSite'scontent/showcase/_index.en.md
). This causes its content to not be ontained in the sitemap.{{< multiconfig fm=true >}} title = "Showcase" [_build] render = "always" list = "never" publishResources = true {{< /multiconfig >}}
-
Store the page file for below a parent headless branch bundle and add the following frontmatter to he parent (see exampleSite's
content/more/_index.en.md
). Don't give this page atitle
as this will cause it to be shown in the breadcrumbs - a thing you most likely don't want.{{< multiconfig fm=true >}} [_build] render = "never" list = "never" publishResources = false {{< /multiconfig >}}
In this case, the file itself can be a branch bundle, leaf bundle or simple page (see exampleSite's
content/more/credits.en.md
). This causes its content to be contained in the sitemap.{{< multiconfig fm=true >}} title = "Credits" {{< /multiconfig >}}
-
-
{{% badge style="note" title=" " %}}Change{{% /badge %}} The required folder name for the
attachments
shortcode was changed for leaf bundles.Previously, the attachments for leaf bundles in non-multilang setups were required to be in a
files
subdirectory. For page bundles and leaf bundles in multilang setups they were always required to be in a_index.<LANGCODE>.files
orindex.<LANGCODE>.files
subdirectory accordingly.This added unnecessary complexity. So attachments for leaf bundles in non-multilang setups can now also reside in a
index.files
directory. Although the oldfiles
directory is now deprecated, if both directories are present, only the oldfiles
directory will be used for compatibility. -
{{% badge style="note" title=" " %}}Change{{% /badge %}} Absolute links prefixed with
http://
orhttps://
are now opened in a separate browser tab.You can revert back to the old behavior by defining
externalLinkTarget="_self"
in theparams
section of yourhugo.toml
. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The theme now supports Hugo's module system.
5.8.0 (2022-12-08)
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The new
badge
shortcode is now available to add highly configurable markers to your content as you can see it on this page. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The new
icon
shortcode simplyfies the usage of icons. This can even be combined with also newbadge
shortcode. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The theme now supports some of GFM (GitHub Flavored Markdown) syntax and Hugo Markdown extensions, namely task lists, defintion lists and footnotes.
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} A new color
--ACCENT-color
was introduced which is used for highlighting search results on the page. In case you simply don't care, you don't need to change anything in your variant stylesheet as the oldyellow
color is still used as default.
5.7.0 (2022-11-29)
-
{{% badge style="note" title=" " %}}Change{{% /badge %}} The Korean language translation for this theme is now available with the language code
ko
. Formerly the country codekr
was used instead. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The
button
shortcode can now also be used as a real button inside of HTML forms - although this is a pretty rare use case. The documentation was updated accordingly. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The search now supports the Korean language.
5.6.0 (2022-11-18)
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} This release introduces an additional dedicated search page. On this page, displayed search results have more space making it easier scanning through large number of results.
To activate this feature, you need to configure it in your
hugo.toml
as a new outputformatsearchpage
for the home page. If you don't configure it, no dedicated search page will be accessible and the theme works as before.You can access the search page by either clicking on the magnifier glass or pressing enter inside of the search box.
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Keyboard handling for the TOC and search was improved.
Pressing
CTRL+ALT+t
now will not only toggle the TOC overlay but also places the focus to the first heading on opening. Subsequently this makes it possible to easily select headings by using theTAB
key.The search received its own brand new keyboard shortcut
CTRL+ALT+f
. This will focus the cursor inside of the search box so you can immediately start your search by typing. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} You are now able to turn off the generation of generator meta tags in your HTML head to hide the used versions of Hugo and this theme.
To configure this in your
hugo.toml
make sure to set Hugo'sdisableHugoGeneratorInject=true
and also[params] disableGeneratorVersion=true
, otherwise Hugo will generate a meta tag into your home page automagically. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Creation of your project gets a little bit faster with this release.
This addresses increased build time with the 5.x releases. The theme now heavily caches partial results leading to improved performance. To further increase performance, unnecessary parts of the page are now skipped for creation of the print output (eg. menus, navigation bar, etc.).
5.5.0 (2022-11-06)
-
{{% badge style="note" title=" " %}}Change{{% /badge %}} The way images are processed has changed. Now images are lazy loaded by default which speeds up page load on slow networks and/or big pages and also the print preview.
For that the JavaScript code to handle the lightbox and image effects on the client side was removed in favour for static generation of those effects on the server.
If you have used HTML directly in your Markdown files, this now has the downside that it doesn't respect the effect query parameter anymore. In this case you have to migrate all your HTML
img
URLs manually to the respective HTML attributes.Old New <img src="pic.png?width=20vw&classes=shadow,border">
<img src="pic.png" style="width:20vw;" class="shadow border">
5.4.0 (2022-11-01)
-
{{% badge style="note" title=" " %}}Change{{% /badge %}} With the proper settings in your
hugo.toml
your page is now servable from the local file system usingfile://
URLs.Please note that the searchbox will only work for this if you reconfigure your outputformat for the homepage in your
hugo.toml
fromjson
tosearch
. The now deprecatedjson
outputformat still works as before, so there is no need to reconfigure your installation if it is only served fromhttp://
orhttps://
. -
{{% badge style="note" title=" " %}}Change{{% /badge %}} The
button
shortcode has a new parametertarget
to set the destination frame/window for the URL to open. If not given, it defaults to a new window/tab for external URLs or is not set at all for internal URLs. Previously even internal URLs where opened in a new window/tab. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The
math
shortcode andmermaid
shortcode now also support thealign
parameter if Markdown codefences are used. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Support for languages that are written right to left (like Arabic). This is only implemented for the content area but not the navigation sidebar. This feature is not available in Internet Explorer 11.
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Translation into Finnish (Suomi).
5.3.0 (2022-10-07)
-
{{% badge style="note" title=" " %}}Change{{% /badge %}} In the effort to comply with WCAG standards, the implementation of the collapsible menu was changed. The functionality of the new implementation does not work with old browsers (Internet Explorer 11).
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Image formatting has two new classes to align images to the
left
orright
. Additionally, the already existinginline
option is now documented. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Printing for the
swagger
shortcode was optimized to expand sections that are usually closed in interactive mode. This requires print support to be configured.
5.2.0 (2022-08-03)
- {{% badge style="note" title=" " %}}Change{{% /badge %}} If you've set
collapsibleMenu = true
in yourhugo.toml
, the menu will be expanded if a search term is found in a collapsed submenu. The menu will return to its initial collapse state once the search term does not match any submenus.
5.1.0 (2022-07-15)
-
{{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.95.0{{% /badge %}} This release requires a newer Hugo version.
-
{{% badge style="note" title=" " %}}Change{{% /badge %}} Because the print preview URLs were non deterministic for normal pages in comparison to page bundles, this is now changed. Each print preview is now accessible by adding a
index.print.html
to the default URL.You can revert this behavior by overwriting the
print
output format setting in yourhugo.toml
to:{{< multiconfig file=hugo >}} [outputFormats] [outputFormats.print] name= "print" baseName = "index" path = "_print" isHTML = true mediaType = 'text/html' permalinkable = false {{< /multiconfig >}}
5.0.0 (2022-07-05)
-
{{% badge style="warning" title=" " %}}Breaking{{% /badge %}} The theme changed how JavaScript and CSS dependencies are loaded to provide a better performance. In case you've added own JavaScript code that depends on the themes jQuery implementation, you have to put it into a separate
*.js
file (if not already) and add thedefer
keyword to thescript
element. Eg.<script defer src="myscript.js"></script>
-
{{% badge style="note" title=" " %}}Change{{% /badge %}} The way archetypes are used to generate output has changed. The new systems allows you, to redefine existing archetypes or even generate your own ones.
Your existing markdown files will still work like before and therefore you don't need to change anything after the upgrade. Nevertheless, it is recommended to adapt your existing markdown files to the new way as follows:
-
for your home page, add the frontmatter parameter
archetype = "home"
and remove the leading heading -
for all files containing the deprecated frontmatter parameter
chapter = true
, replace it witharchetype = "chapter"
and remove the leading headings
-
-
{{% badge style="note" title=" " %}}Change{{% /badge %}} The frontmatter options
pre
/post
were renamed tomenuPre
/menuPost
. The old options will still be used if the new options aren't set. Therefore you don't need to change anything after the upgrade. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Adding new partials
heading-pre.html
/heading-post.html
and according frontmatter optionsheadingPre
/headingPost
to modify the way your page`s main heading gets styled. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The new shortcode
math
is available to add beautiful math and chemical formulae. See the documentation for available features. This feature will not work with Internet Explorer 11.
4.2.0 (2022-06-23)
-
{{% badge style="warning" title=" " %}}Breaking{{% /badge %}} The second parameter for the
include
shortcode was switched in meaning and was renamed fromshowfirstheading
tohidefirstheading
. 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.
-
{{% badge style="note" title=" " %}}Change{{% /badge %}} Previously, if the
tabs
shortcode could not find a tab item because, the tabs ended up empty. Now the first tab is selected instead. -
{{% badge style="note" title=" " %}}Change{{% /badge %}} The
landingPageURL
was 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 homepage. If you want to support a different link, overwrite thelogo.html
partial. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} 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)
- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} 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)
-
{{% badge style="warning" title=" " %}}Breaking{{% /badge %}} The
custom_css
config parameter was removed from the configuration. If used in an existing installation, it can be achieved by overriding thecustom-header.html
template in a much more generic manner. -
{{% badge style="warning" title=" " %}}Breaking{{% /badge %}} Because anchor hover color was not configurable without introducing more complexity to the variant stylesheets, we decided to remove
--MAIN-ANCHOR-color
instead. You don't need to change anything in your custom color stylesheet as the anchors now get their colors from--MAIN-LINK-color
and--MAIN-ANCHOR-HOVER-color
respectively. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} 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.
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The
button
shortcode received some love and now has a parameter for the color style similar to other shortcodes. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} New colors
--PRIMARY-color
and--SECONDARY-color
were added to provide easier modification of your custom style. Shortcodes with a color style can now haveprimary
orsecondary
as 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.
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Translation into Polish. This language is not supported for search.
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The documentation for all shortcodes were revised.
3.4.0 (2022-04-03)
-
{{% badge style="warning" title=" " %}}Breaking{{% /badge %}} If you had previously overwritten the
custom-footer.html
partial to add visual elements below the content of your page, you have to move this content to the new partialcontent-footer.html
.custom-footer.html
was never meant to contain HTML other than additional styles and JavaScript. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} If you prefer expandable/collapsible menu items, you can now set
collapsibleMenu=true
in yourhugo.toml
. This will add arrows to all menu items that contain sub menus. The menu will expand/collapse without navigation if you click on an arrow. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} You can activate print support in your
hugo.toml
to add the capability to print whole chapters or even the complete site. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Translation into Traditional Chinese.
3.3.0 (2022-03-28)
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Introduction of new CSS variables to set the font. The theme distinguishes between
--MAIN-font
for all content text and--CODE-font
for inline or block code. There are additional overrides for all headings. See the theme variant generator of the exampleSite for all available variables. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The new shortcode
swagger
is available to include a UI for REST OpenAPI specifications. See the documentation for available features. This feature will not work with Internet Explorer 11.
3.2.0 (2022-03-19)
-
{{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.93.0{{% /badge %}} This release requires a newer Hugo version.
-
{{% badge style="note" title=" " %}}Change{{% /badge %}} In this release the Mermaid JavaScript library will only be loaded on demand if the page contains a Mermaid shortcode or is using Markdown codefences. This changes the behavior of
disableMermaid
config option as follows: If a Mermaid shortcode or Markdown codefence is found, the option will be ignored and Mermaid will be loaded regardlessly.The option is still useful in case you are using scripting to set up your graph. In this case no shortcode or Markdown codefence is involved and the library is not loaded by default. In this case you can set
disableMermaid=false
in your frontmatter to force the library to be loaded. See the theme variant generator of the exampleSite for an example. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Additional color variant variable
--MERMAID-theme
to set the variant's Mermaid theme. This causes the Mermaid theme to switch with the color variant if it defers from the setting of the formerly selected color variant.
3.1.0 (2022-03-15)
- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}}
attachment
andnotice
shortcodes have a new parameter to override the default icon. Allowed values are all Font Awesome 5 Free icons.
3.0.0 (2022-02-22)
-
{{% badge style="warning" title=" " %}}Breaking{{% /badge %}} We made changes to the menu footer. If you have your
menu-footer.html
partial overridden, you may have to review the styling (eg. margins/paddings) in your partial. For a reference take a look into themenu-footer.html
partial that is coming with the exampleSite.This change was made to allow your own menu footer to be placed right after the so called prefooter that comes with the theme (containing the language switch and Clear history functionality).
-
{{% badge style="warning" title=" " %}}Breaking{{% /badge %}} We have changed the default colors from the original Learn theme (the purple menu header) to the Relearn defaults (the light green menu header) as used in the official documentation.
This change will only affect your installation if you've not set the
themeVariant
parameter in yourhugo.toml
. If you still want to use the Learn color variant, you have to explicitly setthemeVariant="learn"
in yourhugo.toml
.Note, that this will also affect your site if viewed with Internet Explorer 11 but in this case it can not be reconfigured as Internet Explorer does not support CSS variables.
-
{{% badge style="note" title=" " %}}Change{{% /badge %}} Due to a bug, that we couldn't fix in a general manner for color variants, we decided to remove
--MENU-SEARCH-BOX-ICONS-color
and introduced--MENU-SEARCH-color
instead. You don't need to change anything in your custom color stylesheet as the old name will be used as a fallback. -
{{% badge style="note" title=" " %}}Change{{% /badge %}} For consistency reasons, we renamed
--MENU-SEARCH-BOX-color
to--MENU-SEARCH-BORDER-color
. You don't need to change anything in your custom color stylesheet as the old name will be used as a fallback. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} With this release you are now capable to define your own dark mode variants.
To make this possible, we have introduced a lot more color variables you can use in your color variants. Your old variants will still work and don't need to be changed as appropriate fallback values are used by the theme. Nevertheless, the new colors allow for much more customization.
To see what's now possible, see the new variants
relearn-dark
andneon
that are coming with this release. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} To make the creation of new variants easier for you, we've added a new interactive theme variant generator. This feature will not work with Internet Explorer 11.
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} You can now configure multiple color variants in your
hugo.toml
. In this case, the first variant is the default chosen on first view and a variant selector will be shown in the menu footer. See the documentation for configuration.Note, that the new variant selector will not work with Internet Explorer 11 as it does not support CSS variables. Therefore, the variant selector will not be displayed with Internet Explorer 11.
2.9.0 (2021-11-19)
-
{{% badge style="warning" title=" " %}}Breaking{{% /badge %}} This release removes the themes implementation of
ref
/relref
in favor for Hugo's standard implementation. This is because of inconsistencies with the themes implementation. In advantage, your project becomes standard compliant and exchanging this theme in your project to some other theme will be effortless.In a standard compliant form you must not link to the
*.md
file but to its logical name. You'll see, referencing other pages becomes much easier. All three types result in the same reference:Type Non-Standard Standard Branch bundle basics/configuration/_index.md
basics/configuration
Leaf bundle basics/configuration/index.md
basics/configuration
Page basics/configuration.md
basics/configuration
If you've linked from a page of one language to a page of another language, conversion is a bit more difficult but Hugo got you covered as well.
Also, the old themes implementation allowed refs to non-existing content. This will cause Hugo's implementation to show the error below and abort the generation. If your project relies on this old behavior, you can reconfigure the error handling of Hugo's implementation.
In the best case your usage of the old implementation is already standard compliant and you don't need to change anything. You'll notice this very easily once you've started
hugo server
after an upgrade and no errors are written to the console.You may see errors on the console after the update in the form:
ERROR 2021/11/19 22:29:10 [en] REF_NOT_FOUND: Ref "basics/configuration/_index.md": "hugo-theme-relearn\exampleSite\content\_index.en.md:19:22": page not found
In this case, you must apply one of two options:
-
Start up a text editor with regular expression support for search and replace. Search for
(ref\s+"[^"]*?)(?:/_index|/index)?(?:\.md)?(#[^"]*?)?"
and replace it by$1$2"
in all*.md
files. This is the recommended choice. -
Copy the old implementation files
theme/hugo-theme-relearn/layouts/shortcode/ref.html
andtheme/hugo-theme-relearn/layouts/shortcode/relref.html
to your own projectslayouts/shortcode/ref.html
andlayouts/shortcode/relref.html
respectively. This is not recommended as your project will still rely on non-standard behavior afterwards.
-
2.8.0 (2021-11-03)
-
{{% badge style="note" title=" " %}}Change{{% /badge %}} Although never officially documented, this release removes the font
Novacento
/Novecento
. If you use it in an overwritten CSS please replace it withWork Sans
. This change was necessary as Novacento did not provide all Latin special characters and lead to mixed styled character text eg. for Czech. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The theme now supports favicons served from
static/images/
named asfavicon
orlogo
in SVG, PNG or ICO format out of the box. An overridden partiallayouts/partials/favicon.html
may not be necessary anymore in most cases. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} You can hide the table of contents menu for the whole site by setting the
disableToc
option in yourhugo.toml
. For an example see the example configuration.
2.7.0 (2021-10-24)
- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Optional second parameter for
notice
shortcode to set title in box header.
2.6.0 (2021-10-21)
- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Your site can now be served from a subfolder if you set
baseURL
in yourhugo.toml
. See the documentation for a detailed example.
2.5.0 (2021-10-08)
- {{% badge style="note" title=" " %}}Change{{% /badge %}} New colors
--CODE-BLOCK-color
and--CODE-BLOCK-BG-color
were added to provide a fallback for Hugo's syntax highlighting in case no language was given or the language is unsupported. Ideally the colors are set to the same values as the ones from your chosen chroma style.
2.4.0 (2021-10-07)
-
{{% badge style="note" title=" " %}}Change{{% /badge %}} Creation of customized stylesheets was simplified down to only contain the CSS variables. Everything else can and should be deleted from your custom stylesheet to assure everything works fine. For the predefined stylesheet variants, this change is already included.
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Hidden pages are displayed by default in their according tags page. You can now turn off this behavior by setting
disableTagHiddenPages=true
in yourhugo.toml
. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} You can define the expansion state of your menus for the whole site by setting the
alwaysopen
option in yourhugo.toml
. Please see further documentation for possible values and default behavior. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} New frontmatter
ordersectionsby
option to change immediate children sorting in menu andchildren
shortcode. Possible values aretitle
orweight
. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Alternate content of a page is now advertised in the HTML meta tags. See Hugo documentation.
2.3.0 (2021-09-13)
-
{{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.81.0{{% /badge %}} This release requires a newer Hugo version.
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Showcase multilanguage features by providing a documentation translation "fer us pirrrates". There will be no other translations besides the original English one and the Pirates one due to maintenance constraints.
2.2.0 (2021-09-09)
- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Hidden pages are displayed by default in the sitemap generated by Hugo and are therefore visible for search engine indexing. You can now turn off this behavior by setting
disableSeoHiddenPages=true
in yourhugo.toml
.
2.1.0 (2021-09-07)
-
{{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.69.0{{% /badge %}} This release requires a newer Hugo version.
-
{{% badge style="note" title=" " %}}Change{{% /badge %}} In case the site's structure contains additional *.md files not part of the site (eg files that are meant to be included by site pages - see
CHANGELOG.md
in the exampleSite), they will now be ignored by the search. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Hidden pages are indexed for the site search by default. You can now turn off this behavior by setting
disableSearchHiddenPages=true
in yourhugo.toml
. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} If a search term is found in an
expand
shortcode, the expand will be opened. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The menu will scroll the active item into view on load.
2.0.0 (2021-08-28)
-
{{% badge style="note" title=" " %}}Change{{% /badge %}} Syntax highlighting was switched to the built in Hugo mechanism. You may need to configure a new stylesheet or decide to roll you own as described on in the Hugo documentation
-
{{% badge style="note" title=" " %}}Change{{% /badge %}} In the predefined stylesheets there was a typo and
--MENU-HOME-LINK-HOVERED-color
must be changed to--MENU-HOME-LINK-HOVER-color
. You don't need to change anything in your custom color stylesheet as the old name will be used as a fallback. -
{{% badge style="note" title=" " %}}Change{{% /badge %}}
--MENU-HOME-LINK-color
and--MENU-HOME-LINK-HOVER-color
were missing in the documentation. You should add them to your custom stylesheets if you want to override the defaults. -
{{% badge style="note" title=" " %}}Change{{% /badge %}} Arrow navigation and
children
shortcode were ignoring setting forordersectionsby
. This is now changed and may result in different sorting order of your sub pages. -
{{% badge style="note" title=" " %}}Change{{% /badge %}} If hidden pages are accessed directly by typing their URL, they will be exposed in the menu.
-
{{% badge style="note" title=" " %}}Change{{% /badge %}} A page without a
title
will be treated ashidden=true
. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} You can define the expansion state of your menus in the frontmatter. Please see further documentation for possible values and default behavior.
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} New partials for defining pre/post content for menu items and the content. See documentation for further reading.
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Shortcode
children
with new parametercontainerstyle
. -
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} New shortcode
include
to include arbitrary file content into a page.
1.2.0 (2021-07-26)
- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Shortcode
expand
with new parameter to open on page load.
1.1.0 (2021-07-02)
-
{{% badge style="warning" title=" " %}}Breaking{{% /badge %}} Mermaid diagrams can now be panned and zoomed. This isn't configurable yet.
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}}
Mermaid
config options can be set inhugo.toml
.
1.0.0 (2021-07-01)
-
{{% badge color="fuchsia" icon="fa-fw fab fa-hackerrank" title=" " %}}0.65.0{{% /badge %}} The requirement for the Hugo version of this theme is the same as for the Learn theme version 2.5.0 on 2021-07-01.
-
{{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Initial fork of the Learn theme based on Learn 2.5.0 on 2021-07-01. This introduces no new features besides a global rename to
Relearn
and a new logo. For the reasons behind forking the Learn theme, see this comment in the Learn issues.