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
