Skip to content

Releases: HugoBlox/kit

modules/blox/v0.12.0

02 Apr 21:16

Choose a tag to compare

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 CTA
  • portfolio β€” Filterable project grid with category tabs, live/demo/code links, and configurable item counts
  • tech-stack β€” Display your technology stack with icons and grouping
  • columns footer β€” 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, and cta-image-paragraph are 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, and system (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 minimal footer 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 β€” Uses get_featured_image partial consistently for better social sharing previews
  • Block CSS co-location β€” Block-specific .css files 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_status avatar 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_end fields
  • 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-paragraph template 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/releases

2. 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 tidy

New Contributors

Full Changelog: modules/blox/v0.11.0...modules/blox/v0.12.0

modules/blox/v0.11.0

02 Jan 22:52

Choose a tag to compare

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.

Theme Selector

πŸ“¦ 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 hugoblox namespace in your config.
  • Intuitive Naming: Terminology has been updated for clarity (e.g., branding is now identity).
  • Standardized Events: Event pages now use namespaced parameters (event_start, event_end) to avoid conflicts with Hugo's native date field.

πŸ‘€ 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-events

Full Changelog: modules/blox-tailwind/v0.10.0...modules/blox/v0.11.0

modules/blox-tailwind/v0.9.0

23 Oct 19:41

Choose a tag to compare

What's Changed

Hugo Compatibility

Note

Tested with Hugo Extended v0.150.0

What's new

Full Changelog: modules/blox-tailwind/v0.8.0...modules/blox-tailwind/v0.9.0

Breaking Changes

None

New Contributors

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

23 Sep 00:16

Choose a tag to compare

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

07 Sep 01:31

Choose a tag to compare

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

06 Sep 23:45

Choose a tag to compare

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

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

23 Aug 20:23

Choose a tag to compare

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

18 Aug 17:08

Choose a tag to compare

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

16 Aug 02:21

Choose a tag to compare

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

16 Aug 01:18

Choose a tag to compare

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 reddit icon to brands pack by @ric-bianchi in #3200

Full Changelog: modules/blox-tailwind/v0.3.2...modules/blox-tailwind/v0.4.0

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? Check out the Contributing Guide and add open source contributions to your resume!