Skip to content

Releases: HugoBlox/kit

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!

modules/blox-tailwind/v0.3.2

12 Feb 23:18

Choose a tag to compare

What's Changed?

Hugo Compatibility

Tested with Hugo Extended v0.136.5

What's new

  • allow hiding breadcrumb on docs pages by adding following to Hugo config or page frontmatter: show_breadcrumb: false
  • fix search result background and scrolling
  • fix code copy button - fixes when copying a code block, the copy button was also copied, leading to copied text containing the word 'copy'.

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

New Contributors

What's Next?

Add your feature requests on GitHub Issues or on our Discord channel and donate to support more releases like this πŸ˜ƒ

Interested in contributing? Check out the Contributing Guide and add open source contributions to your CV!