chore: release blog for Hextra v0.12

* chore: release blog for Hextra v0.12

* Add v0.12 blog translations and proofreading updates

* Merge main into plan-release-v0.12.0 and update build script versions

* Update build environment versions in netlify.toml to HUGO 0.156.0, GO 1.26.0, and NODE 24.13.1

* chore: update banner messages in multiple languages to reflect the release of Hextra **v0.12** in hugo.yaml

* docs(blog): align v0.12 tabs example with image (Photos/Music/Videos)

* docs(blog): fix page context menu wording (dropdown, not right-click)

* docs(hugo): update version link from v0.9 to v0.11 in menu
This commit is contained in:
Xin
2026-02-20 23:08:33 +00:00
committed by GitHub
parent d2c650a490
commit 089c2fb5e1
7 changed files with 880 additions and 11 deletions

View File

@@ -7,6 +7,6 @@ command = "cd docs && hugo --gc --minify --themesDir ../.. -b ${DEPLOY_PRIME_URL
ignore = "false"
[build.environment]
HUGO_VERSION = "0.147.7"
GO_VERSION = "1.24.3"
NODE_VERSION = "22.16.0"
HUGO_VERSION = "0.156.0"
GO_VERSION = "1.26.0"
NODE_VERSION = "24.13.1"