2021-08-25 13:33:29 +02:00
+++
2025-03-21 10:14:12 +01:00
categories = ['reference']
description = 'All configuration options for the Relearn theme'
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-10-07 15:30:53 +02:00
This page explains how to configure the Relearn theme in your `hugo.toml` file.
2017-08-17 00:57:44 +02:00
2024-10-07 15:30:53 +02:00
In addition to [Hugo's standard options ](https://gohugo.io/getting-started/configuration/#all-configuration-settings ), the Relearn theme offers extra settings listed here.
2024-10-06 16:45:11 +02:00
2024-10-07 15:30:53 +02:00
Throughout the documentation, theme-specific options are marked with a {{% badge style="cyan" icon="gears" title=" " %}}Option{{% /badge %}} badge.
2024-10-06 20:37:18 +02:00
2024-10-07 15:30:53 +02:00
Add theme options to the `params` section of your `hugo.toml` . For example:
2024-10-06 20:37:18 +02:00
2025-03-21 12:27:29 +01:00
{{< multiconfig file = hugo section = params > }}
math = true
2024-10-06 20:37:18 +02:00
{{< / multiconfig > }}
2017-08-17 00:57:44 +02:00
2024-10-06 14:38:44 +02:00
## Index
{{% taxonomy "options" "h3" %}}
2024-03-02 11:04:52 +01:00
2024-10-06 16:45:11 +02:00
## All Configuration Options
2024-03-02 11:04:52 +01:00
2024-10-07 22:41:59 +02:00
Here's a list of all available options with example values. Default values are described in the [annotated example ](#annotated-configuration-options ) below in each option's documentation.
2024-10-04 17:40:29 +02: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 > }}
2024-10-06 16:45:11 +02:00
## Annotated Configuration Options
2024-03-02 11:04:52 +01:00
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" %}}
````