<description>This document shows you what&rsquo;s new in the latest release and flags it with one of the following badges. For a detailed list of changes, see the history page.
<description>The following steps are here to help you initialize your new website. If you don&rsquo;t know Hugo at all, we strongly suggest you learn more about it by following this great documentation for beginners.
hugo new site &lt;new_project&gt;Install the theme Install the Relearn theme by following this documentation using Hugo&rsquo;s module system.
This theme&rsquo;s repository is: https://github.com/McShelby/hugo-theme-relearn.git</description>
<description>On top of Hugo&rsquo;s global configuration options, the Relearn theme lets you define further options unique to the theme in your hugo.toml. The defaults are written in the comments of each option.
&#8203; hugo.toml [params] # If an option value is said to be not set, you can achieve the same behavior # by given it an empty string value.</description>
<description>The Relearn theme provides configuration options to change your your site&rsquo;s colors, favicon and logo. This allows you to easily align your site visuals to your desired style. Most of these options are exposed thru so called color variants.
A color variant lets you customize various visual effects of your site like almost any color, used fonts, color schemes of print, syntax highligtning, Mermaid and the OpenAPI shortcode, etc. It contains of a CSS file and optional configuration options in your hugo.</description>
<description>Usage scenarios The theme is usable in different scenarios, requiring the following mandatory settings in your hugo.toml. All settings not mentioned can be set to your liking.
Public Webserver from Root baseURL = &#34;https://example.com/&#34;Public Webserver from Subdirectory baseURL = &#34;https://example.com/mysite/&#34; relativeURLs = falsePrivate Webserver (LAN) The same settings as with any of the public webserver usage scenarios or
baseURL = &#34;/&#34; relativeURLs = trueFile System baseURL = &#34;/&#34; relativeURLs = true Warning Using a baseURL with a subdirectory and relativeURLs=true are mutally exclusive due to the fact, that Hugo does not apply the baseURL correctly.</description>
Show usage instructions To get started, first select a color variant from the variant selector in the lower left sidebar that fits you best as a starting point.
The graph is interactive and reflect the current colors. You can click on any of the colored boxes to adjust the respective color. The graph and the page will update accordingly.</description>
<description>The theme comes with a reasonably configured topbar.
Nevertheless, your requirements may differ from this configuration. Luckily the theme got you covered as the themebar, its buttons and the functionality behind these buttons is fully configurable by you.