Refactor HugoBasicExample (#42)

This commit is contained in:
Alexandros
2019-03-08 18:28:41 +02:00
committed by digitalcraftsman
parent 63f0ae9e4d
commit 63e2524024
12 changed files with 906 additions and 32 deletions

View File

@ -5,28 +5,13 @@ copyright = "Copyright © 20082019, 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