Releases: HugoBlox/kit
modules/blox/v0.12.0
HugoBlox v0.12.0
Requires Hugo β₯ v0.158 <= v0.159
β¨ New Blocks
dev-heroβ A developer-focused hero section with animated entrance, social links, and scroll-to-content CTAportfolioβ Filterable project grid with category tabs, live/demo/code links, and configurable item countstech-stackβ Display your technology stack with icons and groupingcolumnsfooter β Multi-column footer layout with navigation links and social icons
π Features
Generate a custom theme for your site at https://hugoblox.com/theme
- Blocks converted to React (Preact) β
hero,features,stats,testimonials,cta-card, andcta-image-paragraphare now interactive Preact components. Existing page content YAML is fully compatible β no migration needed. - Font packs β 7 new built-in font packs you can select in your theme config:
modern(default),academic,developer,editorial,geometric,humanist, andsystem(zero network requests) - Auto-detect bundled fonts β If your font files are bundled locally, HugoBlox automatically skips the Google Fonts CDN
- Enhanced footer β The default
minimalfooter now supports social icons and navigation links - Expanded brands icon pack β Major update with thousands of additional brand icons
- Multilingual β Added Hindi (
hi) locale; significantly expanded translations for Bengali, German, Spanish, Indonesian, Dutch, Portuguese, Chinese (Simplified & Traditional) - Multilingual author data β Author profiles now support per-language data files
- Markdown Slides β Ported the Markdown Slides template from the legacy Wowchemy/Bootstrap
- CJK ruby annotations β Re-implemented pronunciation annotations for Chinese/Japanese/Korean names in biography blocks
- Improved
og:image/ JSON-LD β Usesget_featured_imagepartial consistently for better social sharing previews - Block CSS co-location β Block-specific
.cssfiles are auto-discovered via the Tailwind pipeline (create custom Tailwind classes for your blocks) - Author name casing β Entered author names now preserve their original casing and links, even when profiles are missing
- Hide pager on root pages β Pagination is automatically hidden on top-level pages
π Bug Fixes
- Fix biography spacing and implement
show_statusavatar option - Fix off-center icons in the Features block
- Fix portfolio filter count, "View All" logic, and status badge configuration
- Fix team-showcase sorting, portrait layout, and header alignment
- Fix sidebar visibility in docs layouts
- Fix event date filtering with
event_start/event_endfields - Fix markdown rendering and emoji in summary/bio fields
- Fix SVG image handling in responsive image processing
- Fix double-unescaping vulnerability in Icon SVG decoder (CWE-116)
- Fix grid reflow jump on portfolio filter transitions
- Restore missing background design features in the v3 block parser
- Fix
cta-image-paragraphtemplate syntax errors, variable scoping, and layout - Fix
mailto:share links to use proper URL encoding per RFC 6068
β οΈ Breaking Changes
1. Hugo minimum version β v0.158.0
This release requires Hugo v0.158 or v0.159. Update Hugo before upgrading:
# Homebrew
brew upgrade hugo
# Or download from https://github.com/gohugoio/hugo/releases2. hide_date renamed to show_date
The frontmatter field hide_date: true has been replaced with show_date: false for consistency with all other display toggles (show_*).
How to migrate: In any content file where you previously used hide_date:
---
title: My Page
- hide_date: true
+ show_date: false
---If you never used hide_date, no action is needed β dates are shown by default.
π¦ Upgrade
Upgrade automatically by following the steps at https://docs.ownable.dev/hugoblox/guides/upgrade/
Or, update your site's go.mod manually:
hugo mod get github.com/HugoBlox/kit/modules/blox@modules/blox/v0.12.0
hugo mod tidyNew Contributors
Full Changelog: modules/blox/v0.11.0...modules/blox/v0.12.0
modules/blox/v0.11.0
v0.11.0: The Modernization Update
v0.11 is a major architectural milestone that aligns HugoBlox with modern Hugo standards, streamlines configuration, and introduces the HugoBlox Studio for visual editing.
Warning
Breaking Changes: This release introduces a clean break from v0.10 to support the latest Hugo features. A full migration is required.
π Read the v0.11 Migration Guide for automated scripts and step-by-step instructions.
π¦ Repo & Module Renames
We have renamed the repository and core modules to be cleaner and more intuitive. You must update your go.mod and config/_default/modules.yaml.
- Repo:
github.com/HugoBlox/hugo-blox-builderβgithub.com/HugoBlox/kit - Core Module:
modules/blox-tailwindβmodules/blox
| Old Module | New Module |
|---|---|
blox-tailwind |
blox |
blox-plugin-netlify |
modules/integrations/netlify |
blox-plugin-reveal |
modules/slides |
blox-analytics |
modules/analytics |
β¨ What's New
π¨ HugoBlox Studio
We are deprecating Decap CMS in favor of HugoBlox Studioβa dedicated VS Code extension that offers a visual editor, live preview, and an AI-powered assistant and "Fix-It" bot for your content.
β‘οΈ Modern Configuration
- Unified Namespace: All HugoBlox parameters now live under a single
hugobloxnamespace in your config. - Intuitive Naming: Terminology has been updated for clarity (e.g.,
brandingis nowidentity). - Standardized Events: Event pages now use namespaced parameters (
event_start,event_end) to avoid conflicts with Hugo's nativedatefield.
π€ Data-Driven Author Profiles
Author profiles have moved from content/authors/ to a data-driven system in data/authors/, making them easier to manage and reference across your site.
π Upgrading
We have developed an automated tool to help you migrate content and configuration.
# Install the CLI tool
pip install hugoblox-cli
# Run migration scripts
hbx migrate v0.11.0-authors
hbx migrate v0.11.0-eventsFull Changelog: modules/blox-tailwind/v0.10.0...modules/blox/v0.11.0
modules/blox-tailwind/v0.9.0
What's Changed
Hugo Compatibility
Note
Tested with Hugo Extended v0.150.0
What's new
- feat: enable displaying of custom logos for companies/institutions by @olipinski in #3282
- fix: regression with custom icon rendering by @olipinski in #3279
- fix: broken commenting by @ArvinZJC in #3271
- i18n: add language config for haitien kreyol by @syrinecheriaa in #3277
Full Changelog: modules/blox-tailwind/v0.8.0...modules/blox-tailwind/v0.9.0
Breaking Changes
None
New Contributors
- @ArvinZJC made their first contribution in #3271
- @syrinecheriaa made their first contribution in #3277
- @olipinski made their first contribution in #3279
What's Next?
Add your feedback and feature requests on GitHub Issues or Discord to help inform the roadmap.
Tip
Has HugoBlox provided you more than $0 worth of value? Sponsor to support more releases like this π
Interested in contributing? Add open source contributions to your CV! Join the above contributors by checking out the Contributing Guide and add open source contributions to your resume!
modules/blox-tailwind/v0.8.0
What's Changed
Hugo Compatibility
Tested with Hugo Extended v0.150.0
What's new
Note
This is a major new release with very significant enhancements
- Preact island hydration for interactive blocks
- Portable Markdown callouts using Obsidian/Github callout notation
- Re-usable block system - re-use your content across multiple landing pages
- Significant UI re-design - including beautiful, modern glass-styled blocks and views
- Higher quality code - expanded QA/testing in CI
- Fix resume-skills block aligns columns to the top instead of the center. by @srgg in #3259
- Fix progress bar display in resume-languages block by @srgg in #3252
- Dynamic columns in resume-skills block by @srgg in #3260
- ci(deps): bump actions/setup-node from 4 to 5 by @dependabot[bot] in #3263
- ci(deps): bump actions/labeler from 5 to 6 by @dependabot[bot] in #3264
- ci(deps): bump tj-actions/changed-files from 44 to 47 by @dependabot[bot] in #3265
Full Changelog: modules/blox-tailwind/v0.7.0...modules/blox-tailwind/v0.8.0
Breaking Changes
Requires renaming page collection folders from singular to plural to align with latest best practices.
- post -> blog
- publication -> publications
- project -> projects
- etc.
Tip
Site upgrade helper script available on Discord to help automate the process.
New Contributors
What's Next?
Add your feedback and feature requests on GitHub Issues or on Discord and sponsor to support more releases like this π
Interested in contributing? Join the above contributors by checking out the Contributing Guide and add open source contributions to your resume!
modules/blox-tailwind/v0.6.1
Hugo Compatibility
Tested with Hugo Extended v0.149.1
What's new
Fix rare bug causing error in site_footer.html
Full Changelog: modules/blox-tailwind/v0.6.0...modules/blox-tailwind/v0.6.1
What's Next?
Add your feedback and feature requests on GitHub Issues or on Discord and sponsor to support more releases like this π
Interested in contributing? Join the above contributors by checking out the Contributing Guide and add open source contributions to your resume!
modules/blox-tailwind/v0.6.0
Hugo Compatibility
Tested with Hugo Extended v0.149.1
What's new
- build(deps): bump vite-plugin-static-copy from 3.1.1 to 3.1.2 in /modules/blox-tailwind by @dependabot[bot] in #3238
- ci(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #3240
- [FIX] erroneous shadow behind cards in dark theme after tailwind upgrade by @jwmbeenakker in #3242
Full Changelog: modules/blox-tailwind/v0.5.2...modules/blox-tailwind/v0.6.0
New Contributors
- @dependabot[bot] made their first contribution in #3238
- @jwmbeenakker made their first contribution in #3242
What's Next?
Add your feedback and feature requests on GitHub Issues or on Discord and sponsor to support more releases like this π
Interested in contributing? Join the above contributors by checking out the Contributing Guide and add open source contributions to your resume!
modules/blox-tailwind/v0.5.2
Hugo Compatibility
Tested with Hugo Extended v0.148.2
What's new
Full Changelog: modules/blox-tailwind/v0.5.1...modules/blox-tailwind/v0.5.2
What's Next?
Add your feedback and feature requests on GitHub Issues or on Discord and sponsor to support more releases like this π
Interested in contributing? Check out the Contributing Guide and add open source contributions to your resume!
modules/blox-tailwind/v0.4.2
Hugo Compatibility
Tested with Hugo Extended v0.148.2
What's new
Full Changelog: modules/blox-tailwind/v0.4.1...modules/blox-tailwind/v0.4.2
What's Next?
Add your feedback and feature requests on GitHub Issues or on Discord and sponsor to support more releases like this π
Interested in contributing? Check out the Contributing Guide and add open source contributions to your resume!
modules/blox-tailwind/v0.4.1
Hugo Compatibility
Tested with Hugo Extended v0.148.2
What's new
Full Changelog: modules/blox-tailwind/v0.4.0...modules/blox-tailwind/v0.4.1
What's Next?
Add your feedback and feature requests on GitHub Issues or on Discord and sponsor to support more releases like this π
Interested in contributing? Check out the Contributing Guide and add open source contributions to your resume!
modules/blox-tailwind/v0.4.0
What's Changed?
Hugo Compatibility
Tested with Hugo Extended v0.148.2
What's new
- add support for Hugo Extended v0.148.2
- feat(Tailwind): add
redditicon to brands pack by @ric-bianchi in #3200
Full Changelog: modules/blox-tailwind/v0.3.2...modules/blox-tailwind/v0.4.0
New Contributors
- @ric-bianchi made their first contribution in #320
What's Next?
Add your feedback and feature requests on GitHub Issues or on Discord and sponsor to support more releases like this π
Interested in contributing? Check out the Contributing Guide and add open source contributions to your resume!
