2021-08-25 13:33:29 +02:00
+++
2023-06-18 11:44:37 +02:00
tags = ["config"]
2021-08-25 13:33:29 +02:00
title = "Configuration"
weight = 20
+++
2017-08-17 00:57:44 +02:00
2024-03-02 11:04:52 +01:00
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` .
2017-08-17 00:57:44 +02:00
2023-11-21 00:53:33 +01:00
Note that some of these options are explained in detail in other sections of this documentation.
2017-08-17 00:57:44 +02:00
2024-03-02 11:04:52 +01:00
## All config options
The values reflect the options active in this documentation. The defaults can be taken from the [annotated example ](#annotated-config-options ) below.
{{< multiconfig file = hugo > }}
[params]
{{% include "config/_default/params.toml" %}}
{{< / multiconfig > }}
## Annotated config options
2023-11-30 00:14:22 +01:00
````toml {title="hugo.toml"}
2023-11-16 22:51:45 +01:00
[params]
2023-11-16 00:21:08 +01:00
{{% include "config/_default/params.toml" %}}
````