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

26 lines
855 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-09-29 21:48:56 +00:00
On top of [Hugo's global configuration options](https://gohugo.io/overview/configuration/), you can set further options unique to the theme in your `hugo.toml`.
2024-09-29 21:48:56 +00:00
This is the complete list of theme options. Note that all these options are explained in detail in other sections of this documentation.
2024-09-29 21:48:56 +00:00
The values shown here, reflect the options active in this documentation. The default values can be taken from the [annotated example](#annotated-config-options) below.
2024-03-02 10:04:52 +00:00
2024-09-29 21:48:56 +00:00
## All config options
2024-03-02 10:04:52 +00:00
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 >}}
## Annotated config options
````toml {title="hugo.toml"}
2023-11-16 21:51:45 +00:00
[params]
{{% include "config/_default/params.toml" %}}
````