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

32 lines
986 B
Markdown
Raw Normal View History

+++
2024-09-29 21:48:56 +00:00
description = "All configuration options of the Relearn theme"
tags = ["reference"]
2024-09-21 11:05:58 +00:00
title = "Options Reference"
2024-09-29 21:48:56 +00:00
weight = 6
+++
2024-10-06 14:45:11 +00:00
You can set configuration options in your `hugo.toml`.
2024-10-06 14:45:11 +00:00
A configurable option is marked with a {{% badge style="cyan" icon="gears" title=" " %}}Option{{% /badge %}} badge throughout the documentation.
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.
## Index
{{% taxonomy "options" "h3" %}}
2024-03-02 10:04:52 +00:00
2024-10-06 14:45:11 +00:00
## All Configuration Options
2024-03-02 10:04:52 +00:00
2024-10-06 14:45:11 +00:00
The example reflect example values. The defaults can be taken from the [annotated example](#annotated-configuration-options) below or the individual documentation.
2024-10-04 13:44:13 +00:00
{{< multiconfig file=hugo section=params >}}
2024-03-02 10:04:52 +00:00
{{% include "config/_default/params.toml" %}}
{{< /multiconfig >}}
2024-10-06 14:45:11 +00:00
## Annotated Configuration Options
2024-03-02 10:04:52 +00:00
````toml {title="hugo.toml"}
2023-11-16 21:51:45 +00:00
[params]
{{% include "config/_default/params.toml" %}}
````