Skip to content

Releases: CaiJimmy/hugo-theme-stack

v1.0.5

10 Oct 07:58

Choose a tag to compare

After releasing this version, I realized I was naming incorrectly versions. This should be v1.1.0 as it contains backwards-compatible features.

Features

  • feat(article list): article clickable and equal height (96897be)
  • feat(article): style improvement (5a7c9b6)
  • feat(widget/archives): padding adjustment (0e8083e)
  • feat(gallery): load PhotoSwipe lib from JSDelivr (fa0f8fa)
  • feat(comments): add utterances support (#24)
  • feat(helper): add helper/icon (#33)

Fixes

  • fix(widgets): add margin bottom for last widget (12578a5)
  • fix(rss): remove featured image width height attr (bd8e03b)
  • fix(config.toml): typo Licenced -> Licensed (#22) @ress997
  • fix(article): last updated time broken in Hugo v0.76 (#28) @ress997
  • fix: taxonomy with special char or spaces not displayed correctly (#29) @romainx
  • fix: consistent style of taxonomy name (#34)

Changes to config.toml

[params.defaultImage.article] and [params.defaultImage.articleList] are removed from config.toml. These options still works, but their behaviour might change in the future. (d461267)

v1.0.4

23 Sep 22:06

Choose a tag to compare

Features

  • feat(rss): add RSS template (d55cc30)
    • fix: hidden post being shown in RSS output
    • feat: add config to output full content in RSS
    • fix: featured image not showing in RSS
  • feat(archive widget): improve "more" link (9d76ab3)
  • feat(article): add KaTeX support (b14ca5d)
  • feat(scss): improve 2 column style (26acceb)

Refactors

  • refactor(scss): rename --content-padding to --card-padding (02f2bad)

New config.toml fields

  • params.article.math: load KaTeX script in all pages if it's set to true
  • params.rssFullContent: output page full content in RSS

v1.0.3

20 Sep 11:04

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

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

Choose a tag to compare

  • fix(helper/image): add support for relative linked image (f0b3617)

v1.0.0: Initial Release

12 Sep 11:59

Choose a tag to compare

First stable version