You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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/. Album name should be defined in shortcode as album. Album names should be lowercase due to a Hugo bug: gohugoio/hugo#7686
Hugo Compatibility:
Tested with Hugo Extended v0.84.1
This discussion was created from the release v5.3.0.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Features
![screen reader text](image.jpg "caption")
where the image is in the page folder, the media library, or is a remote URI.assets/media/albums/
folder & add gallery display optionsorder
with options "asc" or "desc"resize_options
which supports Hugo image processing options.show_date
page option to hide date from a pageview
option for course archive, taxonomy pages, and custom section archiveslayouts/partials/hooks/footer.html
(Add an optional custom footer #2335)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/
. Album name should be defined in shortcode asalbum
. Album names should be lowercase due to a Hugo bug: gohugoio/hugo#7686Hugo Compatibility:
Tested with Hugo Extended v0.84.1
This discussion was created from the release v5.3.0.
Beta Was this translation helpful? Give feedback.
All reactions