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

26 lines
744 B
Markdown
Raw Normal View History

+++
tags = ["config"]
title = "Configuration"
weight = 20
+++
2024-03-02 10:04:52 +00:00
On top of [Hugo's global configuration options](https://gohugo.io/overview/configuration/), the Relearn theme lets you define further options unique to the theme in your `hugo.toml`.
2023-11-20 23:53:33 +00:00
Note that some of these options are explained in detail in other sections of this documentation.
2024-03-02 10:04:52 +00:00
## All config options
The values reflect the options active in this documentation. The defaults can be taken from the [annotated example](#annotated-config-options) below.
{{< multiconfig file=hugo >}}
[params]
{{% 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" %}}
````