Refactor HugoBasicExample (#42)
This commit is contained in:
committed by
digitalcraftsman
parent
63f0ae9e4d
commit
63e2524024
21
config.toml
21
config.toml
@ -5,28 +5,13 @@ copyright = "Copyright © 2008–2019, Steve Francia and the Hugo Authors; all r
|
||||
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"
|
||||
ignoreFiles = ["content/posts/\\.*","content/portfolio/\\.*","content/product/\\.*","content/sketch/\\.*","content/en/\\.*","content/fr/\\.*"]
|
||||
|
||||
[menu]
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "tutorials"
|
||||
name = "Tutorials"
|
||||
url = "post/"
|
||||
weight = 5
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "about"
|
||||
name = "About"
|
||||
url = "about/"
|
||||
weight = 10
|
||||
weight = 10
|
||||
|
||||
|
Reference in New Issue
Block a user