Skip to content

fix: bump hextra theme to v0.12.3, advance Hugo pin to 0.163.2#11

Merged
matthieugouel merged 1 commit into
mainfrom
fix/bump-hextra-theme
Jun 16, 2026
Merged

fix: bump hextra theme to v0.12.3, advance Hugo pin to 0.163.2#11
matthieugouel merged 1 commit into
mainfrom
fix/bump-hextra-theme

Conversation

@matthieugouel

Copy link
Copy Markdown
Member

The real fix for the build breakage worked around in #10.

#10 pinned Hugo to 0.155.0 to keep the old theme building. This addresses the root cause: upstream hextra migrated its RSS template off the removed .Site.Author field (now .Site.Params.Author) when adapting to Hugo's new template system, so the theme works with current Hugo again.

  • themes/hextra: v0.9.7-36v0.12.3 (min Hugo 0.146)
  • Hugo pin: 0.155.00.163.2 (current)

Verification (built locally with Hugo 0.163.2 + theme v0.12.3):

  • Clean build, no errors and no deprecation warnings (new theme uses hugo.Data)
  • Identical output URL structure — 40 rendered pages, none added, removed, or relocated vs the old theme

Bonus: v0.12.3 ships an llms/markdown output format, which is a head start on the "one-page LLM docs" roadmap item whenever we want to enable it.

🤖 Generated with Claude Code

The real fix for the build breakage worked around in #10. Upstream hextra
migrated its RSS template off the removed .Site.Author field (now
.Site.Params.Author) as part of adapting to Hugo's new template system,
so the theme is compatible with current Hugo again.

- themes/hextra: v0.9.7-36 -> v0.12.3 (requires Hugo >= 0.146)
- Hugo pin: 0.155.0 -> 0.163.2

Verified locally: clean build, no errors/deprecation warnings, identical
output URL structure (40 pages, none added/removed/relocated).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@matthieugouel matthieugouel merged commit 9ae62b9 into main Jun 16, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant