2021-08-25 13:33:29 +02:00
+++
2024-09-29 23:48:56 +02:00
description = "All configuration options of the Relearn theme"
tags = ["reference"]
2024-09-21 13:05:58 +02:00
title = "Options Reference"
2024-09-29 23:48:56 +02:00
weight = 6
2021-08-25 13:33:29 +02:00
+++
2017-08-17 00:57:44 +02:00
2024-09-29 23:48:56 +02:00
On top of [Hugo's global configuration options ](https://gohugo.io/overview/configuration/ ), you can set further options unique to the theme in your `hugo.toml` .
2017-08-17 00:57:44 +02:00
2024-09-29 23:48:56 +02:00
This is the complete list of theme options. Note that all these options are explained in detail in other sections of this documentation.
2017-08-17 00:57:44 +02:00
2024-09-29 23:48:56 +02:00
The values shown here, reflect the options active in this documentation. The default values can be taken from the [annotated example ](#annotated-config-options ) below.
2024-03-02 11:04:52 +01:00
2024-09-29 23:48:56 +02:00
## All config options
2024-03-02 11:04:52 +01:00
2024-10-04 15:44:13 +02:00
{{< multiconfig file = hugo section = params > }}
2024-03-02 11:04:52 +01:00
{{% 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" %}}
````