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

27 lines
849 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
+++
2024-09-29 23:48:56 +02: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 23:48:56 +02: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 23:48:56 +02: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 11:04:52 +01:00
2024-09-29 23:48:56 +02:00
## All config options
2024-03-02 11:04:52 +01:00
{{< multiconfig file=hugo >}}
[params]
{{% 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" %}}
````