-
-
Notifications
You must be signed in to change notification settings - Fork 377
chore: release blog for Hextra v0.11 #806
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
d849d6c
feat: release Hextra v0.11 with new features and improvements
imfing c9095cb
feat: update language banners for Hextra v0.11 release
imfing cb1c5cd
Update exampleSite/content/blog/v0.11.md
imfing 688066c
Update exampleSite/content/blog/v0.11.md
imfing b538d80
Merge branch 'main' into 788-release-blog
imfing a93343e
Update blog post for Hextra v0.11 release
imfing bf0d28d
Add blog post for Hextra v0.11 in Persian, Japanese, and Simplified C…
imfing File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Empty file.
Empty file.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,154 @@ | ||
| --- | ||
| title: "Hextra v0.11" | ||
| date: 2025-08-30 | ||
| authors: | ||
| - name: imfing | ||
| link: https://github.com/imfing | ||
| image: https://github.com/imfing.png | ||
| tags: | ||
| - Release | ||
| --- | ||
|
|
||
| Hextra v0.11.0 focuses on UX polish and useful new components: site-wide banner, improved callouts and badges, richer cards, analytics integrations, and several navigation refinements. It also ships stability fixes and documentation updates. | ||
|
|
||
| <!--more--> | ||
|
|
||
| ## Upgrade Guide | ||
|
|
||
| No breaking changes are expected for most sites. | ||
|
|
||
| - Update your module reference: | ||
|
|
||
| ```bash | ||
| hugo mod get -u github.com/imfing/hextra | ||
| ``` | ||
|
|
||
|
|
||
| ## Highlights | ||
|
|
||
| - Top banner component for announcements | ||
| - Revamped callouts with clearer styles | ||
| - Umami and Matomo analytics support | ||
| - Asciinema shortcode for terminal recordings | ||
| - External link decoration option | ||
| - Breadcrumbs for single pages (non-docs, non-blogs) | ||
| - Navbar enhancements: icon link item and improved positions | ||
| - Improved badges and cards customization | ||
| - Theme toggle adds “System” with flash fix | ||
|
|
||
| ## New Features | ||
|
|
||
| ### Top Banner | ||
|
|
||
| Add a site-wide, dismissible banner for announcements, launches, or status messages. | ||
|
|
||
| ```yaml {filename="hugo.yaml"} | ||
| params: | ||
| banner: | ||
| key: 'announcement' | ||
| message: Welcome! | ||
| ``` | ||
|
|
||
|  | ||
|
|
||
| ### Callouts Revamp | ||
|
|
||
| Callouts receive a design refresh for better readability and emphasis across themes. | ||
|
|
||
|  | ||
|
|
||
| ### Analytics: Umami and Matomo | ||
|
|
||
| Built-in configuration for privacy-friendly analytics providers. | ||
|
|
||
| ```yaml {filename="hugo.yaml"} | ||
| params: | ||
| analytics: | ||
| umami: | ||
| enable: true | ||
| websiteId: "YOUR_WEBSITE_ID" | ||
| src: "https://umami.example.com/script.js" | ||
| matomo: | ||
| enable: true | ||
| siteId: "1" | ||
| trackerUrl: "https://matomo.example.com/" | ||
| ``` | ||
|
|
||
| ### Asciinema Shortcode | ||
|
|
||
| Embed terminal recordings from Asciinema using a simple shortcode. | ||
|
|
||
| ```md | ||
| {{< asciinema id="123456" autoplay=true loop=true >}} | ||
| ``` | ||
|
|
||
|  | ||
|
|
||
|
|
||
| ### Navbar Enhancements | ||
|
|
||
| - Support icon for links items in navbar | ||
| - Fix menu positions to play nicely with the language switcher and other items. | ||
|
|
||
|  | ||
|
|
||
|
|
||
| ### External Link Decoration | ||
|
|
||
| Optionally add a subtle external-link decoration to outbound links. | ||
|
|
||
| ```yaml {filename="hugo.yaml"} | ||
| params: | ||
| externalLinkDecoration: true | ||
| ``` | ||
|
|
||
| ### Breadcrumbs Enablement | ||
|
|
||
| Enable breadcrumbs on single pages that are neither docs nor blog posts for better context and navigation. | ||
|
|
||
| ```yaml {filename="content/docs/guide/organize-files.md"} | ||
| --- | ||
| breadcrumbs: false | ||
| title: Organize Files | ||
| --- | ||
| ``` | ||
|
|
||
|
|
||
| ### Cards and Badges Improvements | ||
|
|
||
| - Cards: new `tagIcon` and `tagBorder` options. | ||
| - Badges: new colors and border styles. | ||
|
|
||
| ```yaml {filename="frontmatter"} | ||
| cards: | ||
| - title: "Guide" | ||
| tag: "New" | ||
| tagIcon: "sparkles" | ||
| tagBorder: true | ||
| ``` | ||
|
|
||
|  | ||
|
|
||
| ## Quality of Life | ||
|
|
||
| - Theme toggle: add “System” option and fix light/dark initial flash | ||
imfing marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| - Typography: better task list styles with checkboxes | ||
| - Language switcher: improved ordering with icon menu items | ||
|
|
||
|  | ||
|  | ||
|
|
||
| ## Fixes | ||
|
|
||
| - Giscus: sync theme and language properly | ||
| - Cards: fix badge rendering with RTL | ||
| - Navbar: refine menu positions and interactions | ||
|
|
||
| ## Documentation & i18n | ||
|
|
||
| - Docs: new page covering Hextra shortcodes | ||
| - i18n: add `copyCode` and `system` translations to `zh-cn` | ||
|
|
||
| --- | ||
|
|
||
| **Full Changelog**: https://github.com/imfing/hextra/compare/v0.10.2...v0.11.0 | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
|
|
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -564,6 +564,7 @@ | |
| "hx:px-3", | ||
| "hx:px-4", | ||
| "hx:px-6", | ||
| "hx:px-8", | ||
| "hx:py-1", | ||
| "hx:py-1.5", | ||
| "hx:py-12", | ||
|
|
||
This file was deleted.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.