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
