Skip to content

v0.14.0

Latest

Choose a tag to compare

@alex-shpak alex-shpak released this 22 May 20:37

Important: versioning switch
In order to improve support for Hugo modules theme switches to v0.x.0 version format.

Notable changes

  • Theme requires at least v0.158 of Hugo.
  • Improvement in details shortcode.
  • Bug fixes in Columns, Images, should better track IDs now.
  • New dark theme, based on Nord palette.
  • More themes! available as SCSS plugins: high contrast, aye, catppuccin.
  • Main area was extended to target 1440px devices.
  • Asciinema shortcode is GA.
  • New Experimental shortcode: OpenAPI, no JS required.
  • Experimental Badge shortcode removed.
  • Experimental Card shortcode removed.
  • Single page mode, layout: book, probably should have been here from the start.
  • Search keybinding changed from /s to Cmd/Ctrl+K or /.
  • Support for Copyright site param.
  • Updated dependencies:
    • Asciinema 3.15.1.
    • fusejs 7.3.0.
    • KaTeX 16.45.
    • MermaidJS 11.14.0.

New Contributors