Skip to content

Releases: CaiJimmy/hugo-theme-stack

v1.0.3

20 Sep 11:04
Compare
Choose a tag to compare

Features

  • feat(article): better syntax highlight style (adapted to light/dark mode) (96ff911)
  • feat(footer): add rel="noopener" to footer links (8c4ad17)
  • feat: add partialCached for speed improvement (#10)
  • feat: add support for custom taxonomy link (#13)

Fixes

  • fix: use absLangURL for menu url (4267346)
  • fix(article list): specify image width in srcset (1e28a66)
  • fix(menu): use <ol> to wrap menu items (841508f)
  • fix: use .RelPermalink to include CSS (0bcfb16)

Upgrade Guide

Add following section to config.toml:

[markup]
    [markup.highlight]
        noClasses = false

v1.0.2

13 Sep 11:50
Compare
Choose a tag to compare
  • refactor: use relLangURL to build relative links (2451b19)
  • refactor: change default article layout (45e7e07)
  • feat: make archive template available for all sections (c600f87)
  • refactor: rename archive -> archives (7379bbe)
  • feat: add avatar placeholder to assets/img (b06910f)
  • feat: add support for non-extended version of Hugo (f26a9fa)

Upgrade Guide

Rename archive to archives, in config.toml and also Markdown files where Front Matter contains layout: archive.

v1.0.1

12 Sep 20:36
Compare
Choose a tag to compare
  • fix(helper/image): add support for relative linked image (f0b3617)

v1.0.0: Initial Release

12 Sep 11:59
Compare
Choose a tag to compare

First stable version