hugo-theme-relearn/exampleSite/content/configuration/reference/_index.en.md

39 lines
1.2 KiB
Markdown
Raw Permalink Normal View History

+++
2024-10-12 19:28:28 +02:00
categories = ["reference"]
2024-10-08 23:25:17 +02:00
description = "All configuration options for the Relearn theme"
2024-09-21 13:05:58 +02:00
title = "Options Reference"
2024-09-29 23:48:56 +02:00
weight = 6
+++
2024-10-07 15:30:53 +02:00
This page explains how to configure the Relearn theme in your `hugo.toml` file.
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
{{< multiconfig file=hugo >}}
[params]
math = true
{{< /multiconfig >}}
## 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 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
````toml {title="hugo.toml"}
2023-11-16 22:51:45 +01:00
[params]
{{% include "config/_default/params.toml" %}}
````