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

config.toml - github.com/gohugoio/hugoBasicExample.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c2cc7904a3516b8db7c78356dd8be7888684db17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
baseurl = "https://gohugo.io/"
title = "Hugo Themes"
author = "Steve Francia"
copyright = "Copyright © 2008–2018, Steve Francia and the Hugo Authors; all rights reserved."
canonifyurls = true
paginate = 3
languageCode = "en"
DefaultContentLanguage = "en"

[languages.en]
languageName = "English"
weight = 1
title = "Hugo Themes"

[languages.fr]
languageName = "Français"
weight = 2
title = "Thèmes Hugo"