hugo-theme-relearn/exampleSite/config.toml

73 lines
1.7 KiB
TOML
Raw Normal View History

baseURL = "/"
languageCode = "en-US"
defaultContentLanguage = "en"
title = "Hugo Learn Documentation"
theme = "hugo-theme-learn"
themesdir = "../.."
metaDataFormat = "yaml"
defaultContentLanguageInSubdir= true
[params]
2017-08-20 16:19:58 +00:00
editURL = "https://github.com/matcornic/hugo-theme-learn/edit/master/exampleSite/content/"
description = "Documentation for Hugo Learn Theme"
author = "Mathieu Cornic"
2017-08-02 21:39:49 +00:00
showVisitedLinks = true
[outputs]
home = [ "HTML", "RSS", "JSON"]
2017-08-02 21:39:49 +00:00
[Languages]
[Languages.en]
title = "Documentation for Hugo Learn Theme"
weight = 1
languageName = "English"
[[Languages.en.menu.shortcuts]]
2017-08-02 21:39:49 +00:00
name = "<i class='fa fa-github'></i> Github repo"
identifier = "ds"
2017-08-20 15:10:29 +00:00
url = "https://github.com/matcornic/hugo-theme-learn"
2017-08-02 21:39:49 +00:00
weight = 10
[[Languages.en.menu.shortcuts]]
2017-08-02 21:39:49 +00:00
name = "<i class='fa fa-camera'></i> Showcases"
2017-08-20 15:10:29 +00:00
url = "showcase"
2017-08-02 21:39:49 +00:00
weight = 11
[[Languages.en.menu.shortcuts]]
2017-08-02 21:39:49 +00:00
name = "<i class='fa fa-bookmark'></i> Hugo Documentation"
identifier = "hugodoc"
url = "https://gohugo.io/"
weight = 20
[[Languages.en.menu.shortcuts]]
2017-08-02 21:39:49 +00:00
name = "<i class='fa fa-bullhorn'></i> Credits"
2017-08-20 15:10:29 +00:00
url = "/credits"
weight = 30
[Languages.fr]
title = "Documentation du thème Hugo Learn"
weight = 2
languageName = "Français"
[[Languages.fr.menu.shortcuts]]
name = "<i class='fa fa-github'></i> Repo Github"
identifier = "ds"
url = "https://github.com/matcornic/hugo-theme-learn"
weight = 10
[[Languages.fr.menu.shortcuts]]
name = "<i class='fa fa-camera'></i> Vitrine"
2017-08-20 15:10:29 +00:00
url = "/showcase"
weight = 11
[[Languages.fr.menu.shortcuts]]
name = "<i class='fa fa-bookmark'></i> Documentation Hugo"
identifier = "hugodoc"
url = "https://gohugo.io/"
weight = 20
[[Languages.fr.menu.shortcuts]]
name = "<i class='fa fa-bullhorn'></i> Crédits"
2017-08-20 15:10:29 +00:00
url = "/credits"
2017-08-02 21:39:49 +00:00
weight = 30