Jimmy and GitHub
78800c7379
fix: keep external image url, and use reflect.IsImageResourceProcessable to check for svg and other non-processable image formats ( #1282 )
...
* fix: keep external image url, and use reflect.IsImageResourceProcessable to check for svg
* build: update Hugo version to 0.157.0 in the build script.
* docs: remove `Local` return value and simplify `Resource` description in image helper
* Check for reflect.IsImageResourceProcessable before getting color from image
* chore: update minimum Hugo version to 0.157.0
2026-03-04 13:05:17 +01:00
Jimmy and GitHub
2be5b48324
feat(list): ability to show article tags on homepage ( #1270 )
...
* feat(list): ability to show article tags on homepage
closes https://github.com/CaiJimmy/hugo-theme-stack/issues/880
* Disable showTags by default
2026-02-19 17:45:09 +01:00
Jimmy and GitHub
ae0de75992
refactor: remove Vibrant.js ( #1236 )
...
* refactor: migrate image color extraction from client-side JavaScript to server-side Hugo.
* fix: check if image exists before accessing .Resource
2026-01-25 23:42:28 +01:00
Jimmy and GitHub
067bcdb370
refactor: image handling logic + support for external images ( #1235 )
...
* refactor: simplify image partial logic, remove generation of different image sizes
* Remove `defaultImage.opengraph` configuration from `params.toml`.
2026-01-25 23:29:41 +01:00
Jimmy and GitHub
5f1ab2bc76
refactor: migrate to new template system introduced in Hugo v0.146.0 ( #1232 )
...
See: https://gohugo.io/templates/new-templatesystem-overview/
2026-01-25 22:42:00 +01:00