mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-27 17:53:07 +00:00
14 lines
491 B
Markdown
14 lines
491 B
Markdown
+++
|
|
tags = ["config"]
|
|
title = "Configuration"
|
|
weight = 20
|
|
+++
|
|
|
|
On top of [Hugo's global configuration options](https://gohugo.io/overview/configuration/), the Relearn theme lets you define further options unique to the theme in your `hugo.toml`. The defaults are written in the comments of each option.
|
|
|
|
Note that some of these options are explained in detail in other sections of this documentation.
|
|
|
|
````toml {title="hugo.toml"}
|
|
[params]
|
|
{{% include "config/_default/params.toml" %}}
|
|
````
|