Releases: HugoBlox/hugo-blox-builder
modules/blox-tailwind/v0.3.2
What's Changed?
Hugo Compatibility
Tested with Hugo Extended v0.136.5
What's new
- allow hiding breadcrumb on docs pages by adding following to Hugo config or page frontmatter:
show_breadcrumb: false
- fix search result background and scrolling
- fix code copy button - fixes when copying a code block, the copy button was also copied, leading to copied text containing the word 'copy'.
Full Changelog: modules/blox-tailwind/v0.3.1...modules/blox-tailwind/v0.3.2
New Contributors
- @eMarco made their first contribution in #3171
- @crnh made their first contribution in #3180
- @zephyr-lai made their first contribution in #3196
What's Next?
Add your feature requests on GitHub Issues or on our Discord channel and donate to support more releases like this 😃
Interested in contributing? Check out the Contributing Guide and add open source contributions to your CV!
blox-tailwind v0.3.1
Hugo Compatibility
Tested with Hugo Extended v0.136.5
What's new
Add support for latest Hugo version, fixing issues with Markdown links not rendering.
Full Changelog: modules/blox-tailwind/v0.3.0...modules/blox-tailwind/v0.3.1
blox-tailwind v0.3.0
Hugo Compatibility
Tested with Hugo Extended v0.136.5
Pull Requests Merged
- Update revealjs to its latest version (5.0.4) by @rodrigoalcarazdelaosa in #3051
- feat: add naver verification for naver seo by @byroncollins in #3082
- Add Croatian Language Pack by @dajakus in #3090
- Tiny fix ms-Arab.yaml by @niskala5570 in #3088
- Add first and last name fields to decap_cms_config.yaml by @filvuk in #3092
- Fix translation id of paper conference by @jiegec in #3095
- Add Croatian lan support bootstrap i18n by @dajakus in #3099
- Update hr.yaml by @dajakus in #3096
- chore(i18n): Update de.yaml by @WebDucer in #3105
- feat: add bluesky icon by @axza in #3111
- chore(i18n): Add missing German translattions by @WebDucer in #3136
- feat: support Hugo v0.133+ by removing deprecated Hugo variable for Google Analytics by @filvuk in #3137
- fix: typo in french translation by @aduverger in #3140
- Remove remains of deprecated Site.GoogleAnalytics by @filvuk in #3139
- Update French Experience translation by @cetiennec in #3149
- Fix argument ordering by @filvuk in #3156
New Contributors
- @byroncollins made their first contribution in #3082
- @dajakus made their first contribution in #3090
- @filvuk made their first contribution in #3092
- @jiegec made their first contribution in #3095
- @axza made their first contribution in #3111
- @aduverger made their first contribution in #3140
- @cetiennec made their first contribution in #3149
Full Changelog
blox-tailwind v0.2.0
Hugo Compatibility
Hugo v0.121.1
What's Changed
Full Changelog: modules/blox-tailwind/v0.1.1...modules/blox-tailwind/v0.2.0
modules/blox-bootstrap/v5.9.6
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.120.3
Full Changelog: modules/wowchemy-bootstrap/v5.9.3...modules/blox-bootstrap/v5.9.6
modules/wowchemy-bootstrap/v5.9.3
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.120.3
Changes
Full Changelog: modules/wowchemy-bootstrap/v5.9.2...modules/wowchemy-bootstrap/v5.9.3
modules/wowchemy-bootstrap/v5.9.2
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
Fixes
Full Changelog: modules/wowchemy-bootstrap/v5.9.0...modules/wowchemy-bootstrap/v5.9.2
modules/wowchemy-bootstrap/v5.9.0
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
modules/wowchemy/v5.8.1
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.115.4
Fixes
- Fixes error calling isset
- Fixes gallery lightbox not loading when the gallery shortcode is contained within the
text
field of a landing page section (i.e. within a v2 block).
What's Changed
- i18n: improve Japanese (JA) translation by @chezou in #2974
- refactor: remove JQuery from parts of Search JS by @Konafets in #2970
New Contributors
Full Changelog: modules/wowchemy/v5.8.0...modules/wowchemy/v5.8.1
modules/wowchemy/v5.8.0
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.115.4
Breaking Changes
If using the showcase view within a block of a widget page (type: widget_page
), Hugo will produce an error unless the view is changed to something else, such as view: compact
.
What's Changed
- Updated theme warning messages to be more precise. by @anirbanbasu in #2843
- fix: legacy support for custom_js/custom_head by @rcannood in #2866
- Fix table class name in fixHugoOutput by @samysweb in #2897
- Update tweet shortcode documentation by @rodrigoalcarazdelaosa in #2903
- Fix Shortcode context for v2 blocks by @Agos95 in #2919
- i18n: improve French (FR) translation by @JOduMonT in #2928
- Fix gallery in Chrome by @tedmagaoay in #2930
- templates: migrate Research Group template from v1 to v2 blocks by @Agos95 in #2914
- feat: update JS dependencies to their latest versions by @rodrigoalcarazdelaosa in #2934
- Fix
last_children
shortcode comment by @Agos95 in #2939 - fix: GitHub deprecated GH Actions Node version by @gcushen in #2940
- i18n: update de.yaml to improve translation of Thesis to Abschlussarbeit by @s-team-FZI in #2947
- add google_tag_manager and microsoft_clarity in starters by @kjrstory in #2955
- Slider block: only show controls/indicators if >1 slides are defined. by @cbrueffer in #2949
- feat: update Headroom implementation to support recent Hugo versions by @Agos95 in #2950
New Contributors
- @rcannood made their first contribution in #2866
- @samysweb made their first contribution in #2897
- @tedmagaoay made their first contribution in #2930
- @s-team-FZI made their first contribution in #2947
- @kjrstory made their first contribution in #2955
- @cbrueffer made their first contribution in #2949
Full Changelog: modules/wowchemy/v5.7.0...modules/wowchemy/v5.8.0