Skip to content

modules/blox/v0.11.0

Latest

Choose a tag to compare

@gcushen gcushen released this 02 Jan 22:52
· 64 commits to main since this release

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-buildergithub.com/HugoBlox/kit
  • Core Module: modules/blox-tailwindmodules/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