fix: bump hextra theme to v0.12.3, advance Hugo pin to 0.163.2#11
Merged
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.Authorfield (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-36→ v0.12.3 (min Hugo 0.146)0.155.0→ 0.163.2 (current)Verification (built locally with Hugo 0.163.2 + theme v0.12.3):
hugo.Data)Bonus: v0.12.3 ships an
llms/markdownoutput format, which is a head start on the "one-page LLM docs" roadmap item whenever we want to enable it.🤖 Generated with Claude Code