dot-hugo/exampleSite/content/installation/configuration/_index.fr.md

27 lines
992 B
Markdown
Raw Normal View History

2019-01-06 10:40:05 +00:00
---
title: "Configuration"
date: 2018-12-29T11:02:05+06:00
lastmod: 2020-01-05T10:42:26+06:00
2019-01-06 10:40:05 +00:00
weight: 3
draft: false
2020-02-15 11:34:02 +00:00
# search related keywords
keywords: [""]
2019-01-06 10:40:05 +00:00
---
### Global site parameters
2019-09-04 11:35:48 +00:00
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).
2019-01-06 10:40:05 +00:00
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.
```