Improved
v4.0.0-beta.1
What's Changed
- refactor: use TOML for configuration file by @CaiJimmy in https://github.com/CaiJimmy/hugo-theme-stack/pull/1228
- refactor: migrate i18n files from YAML to TOML format and simplify structure by @CaiJimmy in https://github.com/CaiJimmy/hugo-theme-stack/pull/1230
- refactor: Use
RelPermalinkfor internal links by @CaiJimmy in https://github.com/CaiJimmy/hugo-theme-stack/pull/1231 - refactor: migrate to new template system introduced in Hugo v0.146.0 by @CaiJimmy in https://github.com/CaiJimmy/hugo-theme-stack/pull/1232
- fix: error when no page is found by @CaiJimmy in https://github.com/CaiJimmy/hugo-theme-stack/pull/1234
- feat: upgrade to PhotoSwipe v5 by @CaiJimmy in https://github.com/CaiJimmy/hugo-theme-stack/pull/1233
- refactor: image handling logic by @CaiJimmy in https://github.com/CaiJimmy/hugo-theme-stack/pull/1235
- refactor: remove Vibrant.js by @CaiJimmy in https://github.com/CaiJimmy/hugo-theme-stack/pull/1236
- feat: if current page has i18n version, language switcher will redirect to there instead of homepage by @CaiJimmy in https://github.com/CaiJimmy/hugo-theme-stack/pull/1237
- style: remove vendor style of
<select>in i18n switch by @CaiJimmy in https://github.com/CaiJimmy/hugo-theme-stack/pull/1238 - Better demo by @CaiJimmy in https://github.com/CaiJimmy/hugo-theme-stack/pull/1241
- style: remove extra margin in article description by @CaiJimmy in https://github.com/CaiJimmy/hugo-theme-stack/pull/1242
- fix: mobile menu glitch on collapsing by @CaiJimmy in https://github.com/CaiJimmy/hugo-theme-stack/pull/1243
- refactor: move default parameter values from template logic to
params.tomlby @CaiJimmy in https://github.com/CaiJimmy/hugo-theme-stack/pull/1244 - feat: add collapsible table of contents for smaller screens by @CaiJimmy in https://github.com/CaiJimmy/hugo-theme-stack/pull/1245
Full Changelog: https://github.com/CaiJimmy/hugo-theme-stack/compare/v3.34.0...v4.0.0
What's Changed
- refactor: get favicon from assets folder by @CaiJimmy in https://github.com/CaiJimmy/hugo-theme-stack/pull/1246
Full Changelog: https://github.com/CaiJimmy/hugo-theme-stack/compare/v4.0.0...v4.0.0-beta.1