[en] update hugo config file

pull/40119/head
Arhell 2023-03-19 00:56:47 +02:00
parent 1a1f558066
commit 73bfd0ec56
2 changed files with 4 additions and 4 deletions

View File

@ -162,10 +162,10 @@ For an example of adding a label, see the PR for adding the
The Kubernetes website uses Hugo as its web framework. The website's Hugo The Kubernetes website uses Hugo as its web framework. The website's Hugo
configuration resides in the configuration resides in the
[`config.toml`](https://github.com/kubernetes/website/tree/main/config.toml) [`hugo.toml`](https://github.com/kubernetes/website/tree/main/hugo.toml)
file. You'll need to modify `config.toml` to support a new localization. file. You'll need to modify `hugo.toml` to support a new localization.
Add a configuration block for the new language to `config.toml` under the Add a configuration block for the new language to `hugo.toml` under the
existing `[languages]` block. The German block, for example, looks like: existing `[languages]` block. The German block, for example, looks like:
```toml ```toml

View File

@ -338,7 +338,7 @@ before the item, or just below the heading for the specific item.
To generate a version string for inclusion in the documentation, you can choose from To generate a version string for inclusion in the documentation, you can choose from
several version shortcodes. Each version shortcode displays a version string derived from several version shortcodes. Each version shortcode displays a version string derived from
the value of a version parameter found in the site configuration file, `config.toml`. the value of a version parameter found in the site configuration file, `hugo.toml`.
The two most commonly used version parameters are `latest` and `version`. The two most commonly used version parameters are `latest` and `version`.
### `{{</* param "version" */>}}` ### `{{</* param "version" */>}}`