hugo-theme-relearn/exampleSite/content/configuration/options/_index.en.md
2024-10-11 16:47:35 +02:00

1.2 KiB

+++ description = "Configuration options for the Relearn theme" tags = ["reference"] title = "Options Reference" weight = 6 +++

This page explains how to configure the Relearn theme in your hugo.toml file.

In addition to Hugo's standard options, the Relearn theme offers extra settings listed here.

Throughout the documentation, theme-specific options are marked with a {{% badge style="cyan" icon="gears" title=" " %}}Option{{% /badge %}} badge.

Add theme options to the params section of your hugo.toml. For example:

{{< multiconfig file=hugo >}} [params] math = true {{< /multiconfig >}}

Index

{{% taxonomy "options" "h3" %}}

All Configuration Options

Here's a list of all available options with example values. Default values are described in the annotated example below in each option's documentation.

{{< multiconfig file=hugo section=params >}} {{% include "config/_default/params.toml" %}} {{< /multiconfig >}}

Annotated Configuration Options

[params]
{{% include "config/_default/params.toml" %}}