Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_index.en.md « configuration « installation « content « exampleSite - github.com/gethugothemes/dot-hugo-documentation-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0d1dbb36b06c6cb51d1a1b808e5ef93f51cc9fd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
title: "Configuration"
date: 2018-12-29T11:02:05+06:00
lastmod: 2020-01-05T10:42:26+06:00
weight: 3
draft: false
# search related keywords
keywords: [""]
---

### Global site parameters

On top of [Hugo global configuration](https://gohugo.io/overview/configuration/), **Dot** lets you define the following parameters in your `config.toml` (here, values are default).

Note that some of these parameters are explained in details in other sections of this documentation.

```toml
[params]
  # Prefix URL to edit current page. 
  # Useful to give opportunity to people to create merge request for your doc.
  # See the config.toml file from this documentation site to have an example.
  # Javascript and CSS cache are automatically busted when new version of site is generated. 
  # Order sections in menu by "weight"
  # Call to action is default enabled, if you want to disable it. just change the 
  enable = false
  # You can change banner title and other text from the config file.
```