mirror of
https://github.com/imfing/hextra.git
synced 2025-08-23 03:47:24 -04:00
Update v0.10.md
This commit is contained in:
@@ -10,7 +10,7 @@ tags:
|
||||
draft: true
|
||||
---
|
||||
|
||||
Hextra v0.10.0 is the most significant release yet, delivering new capabilities, architectural upgrades, and quality-of-life improvements.
|
||||
Hextra v0.10.0 is a big release packed with new capabilities, architectural upgrades, and quality-of-life improvements.
|
||||
|
||||
<!--more-->
|
||||
|
||||
@@ -25,7 +25,7 @@ hugo mod get -u github.com/imfing/hextra@v0.10.0
|
||||
|
||||
## New Features
|
||||
|
||||
#### Dropdown Menu Support in Navbar
|
||||
### Dropdown Menu Support in Navbar
|
||||
|
||||
Create dropdown menus in your navigation bar for better navigation items organization.
|
||||
|
||||
@@ -44,7 +44,7 @@ menu:
|
||||
|
||||

|
||||
|
||||
#### Synchronized Tab Switching
|
||||
### Synchronized Tab Switching
|
||||
|
||||
Tabs with the same items now synchronize across the page. When sync is enabled, selecting a tab updates all tab groups that share the same items list (and your selection is remembered).
|
||||
|
||||
@@ -55,7 +55,7 @@ params:
|
||||
sync: true
|
||||
```
|
||||
|
||||
#### Blog List Pagination
|
||||
### Blog List Pagination
|
||||
|
||||
Pagination controls have been added to blog listing pages.
|
||||
|
||||
@@ -68,7 +68,7 @@ params:
|
||||
|
||||

|
||||
|
||||
#### Enhanced Search Experience
|
||||
### Enhanced Search Experience
|
||||
|
||||
- **Search in all headings**: Find content across all heading levels, not just page titles
|
||||
- **Improved result accuracy**: Better title handling and linking precision
|
||||
@@ -78,7 +78,7 @@ Kudos to [@ldez](https://github.com/ldez) for pushing the search capabilities fo
|
||||
|
||||

|
||||
|
||||
#### llms.txt Support
|
||||
### llms.txt Support
|
||||
|
||||
Hextra now supports [llms.txt](https://llmstxt.org/) output format for your site, making your site more accessible to AI tools and language models for context and reference.
|
||||
|
||||
@@ -89,13 +89,13 @@ outputs:
|
||||
|
||||
This will generate an `llms.txt` file at your site's root.
|
||||
|
||||
#### Table of Contents Scroll Highlighting
|
||||
### Table of Contents Scroll Highlighting
|
||||
|
||||
The table of contents now automatically highlights the current section as you scroll through the page, making navigation more intuitive.
|
||||
|
||||

|
||||
|
||||
#### MathJax Support
|
||||
### MathJax Support
|
||||
|
||||
Render mathematical expressions with [MathJax](https://www.mathjax.org/) alongside the default KaTeX support. Choose the engine that best fits your needs.
|
||||
|
||||
@@ -212,15 +212,6 @@ While Hextra handles the Tailwind CSS v4 migration internally, sites with heavy
|
||||
- Internal CSS compilation now uses Tailwind CSS v4.x
|
||||
- Utitlity classes now prefix with `hx:` rather than `hx-`
|
||||
|
||||
### Automatic Features
|
||||
|
||||
The following improvements are enabled automatically with no configuration required:
|
||||
|
||||
- Table of Contents scroll highlighting
|
||||
- Enhanced search across all heading levels
|
||||
- Dynamic favicon switching based on color scheme
|
||||
- Improved component styling consistency
|
||||
|
||||
## Contributors
|
||||
|
||||
This release was made possible by contributions from 10 new contributors:
|
||||
|
Reference in New Issue
Block a user