Releases: CaiJimmy/hugo-theme-stack
Releases · CaiJimmy/hugo-theme-stack
v1.0.3
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
- 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
v1.0.0: Initial Release
First stable version