Files
hugo/docs/content/en/configuration/versions.md
T
2026-02-25 10:29:05 +01:00

763 B

title, linkTitle, description, categories, keywords
title linkTitle description categories keywords
Configure versions Versions Configure versions.

{{< new-in 0.153.0 />}}

This is the default configuration:

{{< code-toggle config=versions />}}

Settings

Use the following setting to define how Hugo orders versions.

weight
(int) The language weight.

Sort order

Hugo sorts versions by weight in ascending order, then by their semantic version in descending order. This affects build order and complement selection.

Example

The following configuration demonstrates how to define multiple versions with specific weights.

{{< code-toggle >}} [versions."v1.0.0"] weight = 20 [versions."v2.0.0"] weight = 10 {{< /code-toggle >}}