Version 7.3
-
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.3.0 (XXXX-XX-XX)
New
-
New Support for Hugo’s built-in
details
shortcode by mapping it to the theme’sexpand
shortcode. -
New The topbar button for the print format can now be hidden if the print output format is active by setting
disablePrintButton=true
in yourhugo.toml
or Front Matter. -
New The theme supports the new
markdown
output format which behaves similar in configuration as theprint
output format but allows the original Markdown source of a page to be viewed.You can see this in action on the above linked page, accessible by clikcking the topbar button.
-
New Keyboard support for code blocks was improved so the copy to clipboard button is now reachable by TAB if
disableHoverBlockCopyToClipBoard=false
was set in thehugo.toml
.