docs: simplify config doc #721

This commit is contained in:
Sören Weber 2023-11-16 22:51:45 +01:00
parent 55614246d9
commit 682e6b6119
No known key found for this signature in database
GPG key ID: BEC6D55545451B6D
2 changed files with 2 additions and 6 deletions

View file

@ -1,8 +1,3 @@
# This is the file `config/_default/params.toml`.
# You can also store the below options directly in your `hugo.toml` but then
# need to contain them within the `params` key. See Hugo's documentation how
# to do this.
# If an option value is said to be not set, you can achieve the same behavior
# by given it an empty string value.

View file

@ -10,7 +10,8 @@ On top of [Hugo global configuration](https://gohugo.io/overview/configuration/)
Note that some of these parameters are explained in details in other sections of this documentation.
````toml {title="params.toml"}
````toml {title="config.toml"}
[params]
{{% include "config/_default/params.toml" %}}
````