modules/wowchemy-bootstrap/v5.9.0
gcushen
released this
01 Nov 21:22
·
183 commits
to main
since this release
Thank You 💙
A BIG shoutout to all the sponsors and contributors who supported this release 🙌🏻
How can I get more out of the Wowchemy open source movement?
As privacy-focused software, we do not track what features you use. Therefore, we do not know what features are important to you unless you tell us - please take the feedback survey if you haven't already: https://forms.gle/bVyDCjSpYDPPqYJH9
Want to help support open source? Sponsor the project and star Wowchemy on GitHub :)
Hugo Compatibility
Hugo Extended v0.119.0
Breaking Changes
- Rename the
wowchemy
module towowchemy-bootstrap
in yourconfig/_default/config.yaml
andgo.mod
- Convert the
publication_types
field in publications (content/publication/
) from the custom numeric types to the standardized "CSL" publication types or specify your own publication type directly in the publication file
What's Changed
- Add automatic publication importer - see https://discord.com/channels/722225264733716590/738922126966521907/1168321634155892756
- Add Skills block - see https://discord.com/channels/722225264733716590/738922126966521907/1164629909650538720
- Add Bilibili shortcode
{{< bilibili id="BV1WV4y1r7DF" >}}
- Add
icon
field to Achievements block (for cases where the automatic icon naming didn't work) - see #3006 (comment) - Add support for animated GIFs (e.g. featured.gif) in instances of the featured image in page header and all views - see https://discord.com/channels/722225264733716590/738922126966521907/1164623558190833674
- Added automatic deployment of starter templates to GitHub Pages (see
.github/workflows/publish.yml
in the Academic starter if you would like to auto-deploy your site to GitHub Pages too) - feat: adopt CSL standard for publication types - 60baebf
- Fix built-in search results are empty when deploying site to domain's sub-folder - #2985
- Update _index.md by @valette in #2987
- Update academicons by @tvercaut in #2981
- Updating Norwegian translation by @byeskille in #2993
- Update reveal.js to v4.6.1 (latest) by @rodrigoalcarazdelaosa in #2992
- [i18n] (Fix|Add) Vietnamese translation by @tiennm99 in #2995
- Remove 'px' from width and height fields by @tinloaf in #2996
New Contributors
- @valette made their first contribution in #2987
- @tiennm99 made their first contribution in #2995
- @tinloaf made their first contribution in #2996
Full Changelog: modules/wowchemy/v5.8.1...modules/wowchemy-bootstrap/v5.9.0