v5.3.0
A BIG shoutout to all the sponsors and contributors who supported this release 🙌🏻
Features
- portable figures - display your figures in Markdown editors like VSCode and Obsidian
- Figures can now be created by using the standard, portable Markdown syntax:
![screen reader text](image.jpg "caption")
where the image is in the page folder, the media library, or is a remote URI.
- Figures can now be created by using the standard, portable Markdown syntax:
- you can now personalize the content listing
view
on archive pages (_index.md
) for courses, projects, taxonomies, and custom sections in the same way that you can already specify aview
on the archives of other content types - support animated GIF in figures (3ea78d2)
- add
show_date: false
page option to hide date from a page - load all galleries from the
assets/media/albums/
folder & add gallery display options- Add gallery
order
with options "asc" or "desc" - Add gallery
resize_options
which supports Hugo image processing options. - Fixes gallery zoom opening image in new tab (#2245)
- Add gallery
- Support custom footer in site folder at
layouts/partials/hooks/footer.html
(#2335)- For example, can be used to add columns of nav links to the footer.
Fixes
fix: editorial_workflow mode for Wowchemy CMS (#2319)
Other
feat: remove deprecated Docs layout - was replaced with Book in v5.0b0
Update
As requested by a large number of users over the years, you can now update Wowchemy directly from Github. See the TLDR section at https://wowchemy.com/docs/guide/update/
BREAKING CHANGES:
- The Hugo module names have been renamed as required by Hugo's module versioning system. Learn about the new module names in the TLDR section at https://wowchemy.com/docs/guide/update/
- Move gallery album folders to
assets/media/albums/
. Continue to choose the album name in the Gallery shortcode using thealbum
option. Album names should be lowercase due to a Hugo bug: gohugoio/hugo#7686
Hugo Compatibility:
Tested with Hugo Extended v0.84.1