* 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
13 lines
377 B
TOML
13 lines
377 B
TOML
[build]
|
|
publish = "docs/public"
|
|
command = "cd docs && hugo --gc --minify --themesDir ../.. -b ${DEPLOY_PRIME_URL}"
|
|
|
|
# Always trigger a rebuild, even if the files haven't changed.
|
|
# See https://docs.netlify.com/configure-builds/file-based-configuration/#ignore-builds
|
|
ignore = "false"
|
|
|
|
[build.environment]
|
|
HUGO_VERSION = "0.156.0"
|
|
GO_VERSION = "1.26.0"
|
|
NODE_VERSION = "24.13.1"
|