Configuration
<h3 id="global-site-parameters">Global site parameters</h3>
<p>On top of <a href="https://gohugo.io/overview/configuration/">Hugo global configuration</a>, <strong>Dot</strong> lets you define the following parameters in your <code>config.toml</code> (here, values are default).</p>
<p>Note that some of these parameters are explained in details in other sections of this documentation.</p>
<div class="highlight"><pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-toml" data-lang="toml">[<span style="color:#a6e22e">params</span>]
<span style="color:#75715e"># Prefix URL to edit current page. </span>
<span style="color:#75715e"># Useful to give opportunity to people to create merge request for your doc.</span>
<span style="color:#75715e"># See the config.toml file from this documentation site to have an example.</span>
<span style="color:#75715e"># Javascript and CSS cache are automatically busted when new version of site is generated. </span>
<span style="color:#75715e"># Order sections in menu by "weight"</span>
<span style="color:#75715e"># Call to action is default enabled, if you want to disable it. just change the </span>
<span style="color:#a6e22e">enable</span> = <span style="color:#66d9ef">false</span>
<span style="color:#75715e"># You can change banner title and other text from the config file.</span>
</code></pre></div>
Updated on 27 Aug 2020