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: 2c001c53fa8f3d9b622ef6c709fbac9727728fc2 (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
28
29
30
31
32
33
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"
disableLanguages = ["fr"]

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

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

[menu]

  [[menu.main]]
    identifier = "tutorials"
    name = "Tutorials"
    url = "post/"
    weight = 5

  [[menu.main]]
    identifier = "about"
    name = "About"
    url = "about/"
    weight = 10