mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-18 19:00:24 +00:00
docs: simplify config doc #721
This commit is contained in:
parent
55614246d9
commit
682e6b6119
2 changed files with 2 additions and 6 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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" %}}
|
||||
````
|
||||
|
||||
|
|
Loading…
Reference in a new issue