30 lines
962 B
Markdown
Raw Normal View History

+++
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
+++
You can set configuration options in your `hugo.toml`. On top of [Hugo's configuration options](https://gohugo.io/getting-started/configuration/#all-configuration-settings), you can use the following settings unique to the theme.
A configurable option is marked with {{% badge style="cyan" icon="gears" title=" " %}}Option{{% /badge %}} badge throughout the documentation.
## Index
{{% taxonomy "options" "h3" %}}
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
The values reflect example options. The defaults can be taken from the [annotated example](#annotated-config-options) below or the individual documentation.
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
````toml {title="hugo.toml"}
2023-11-16 22:51:45 +01:00
[params]
{{% include "config/_default/params.toml" %}}
````