2018-08-10 09:01:14 +00:00
|
|
|
baseURL = "/"
|
2017-07-30 16:02:07 +00:00
|
|
|
languageCode = "en-US"
|
2017-07-31 20:32:06 +00:00
|
|
|
defaultContentLanguage = "en"
|
2017-07-30 16:02:07 +00:00
|
|
|
|
|
|
|
title = "Hugo Learn Documentation"
|
|
|
|
theme = "hugo-theme-learn"
|
|
|
|
themesdir = "../.."
|
2017-07-31 20:32:06 +00:00
|
|
|
metaDataFormat = "yaml"
|
|
|
|
defaultContentLanguageInSubdir= true
|
2017-07-30 16:02:07 +00:00
|
|
|
|
|
|
|
[params]
|
2017-08-20 16:19:58 +00:00
|
|
|
editURL = "https://github.com/matcornic/hugo-theme-learn/edit/master/exampleSite/content/"
|
2017-07-30 16:02:07 +00:00
|
|
|
description = "Documentation for Hugo Learn Theme"
|
|
|
|
author = "Mathieu Cornic"
|
2017-08-02 21:39:49 +00:00
|
|
|
showVisitedLinks = true
|
2018-10-23 02:53:45 +00:00
|
|
|
disableBreadcrumb = false
|
|
|
|
disableNextPrev = false
|
2017-07-30 16:02:07 +00:00
|
|
|
|
|
|
|
[outputs]
|
|
|
|
home = [ "HTML", "RSS", "JSON"]
|
2017-07-31 20:32:06 +00:00
|
|
|
|
2017-08-02 21:39:49 +00:00
|
|
|
[Languages]
|
|
|
|
[Languages.en]
|
|
|
|
title = "Documentation for Hugo Learn Theme"
|
|
|
|
weight = 1
|
|
|
|
languageName = "English"
|
|
|
|
|
2018-08-10 09:01:14 +00:00
|
|
|
[[Languages.en.menu.shortcuts]]
|
2018-02-19 11:10:41 +00:00
|
|
|
name = "<i class='fab fa-fw fa-github'></i> Github repo"
|
2017-08-02 21:39:49 +00:00
|
|
|
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
|
|
|
|
|
2017-08-03 00:18:27 +00:00
|
|
|
[[Languages.en.menu.shortcuts]]
|
2018-02-19 11:10:41 +00:00
|
|
|
name = "<i class='fas fa-fw fa-camera'></i> Showcases"
|
2017-08-20 15:10:29 +00:00
|
|
|
url = "showcase"
|
2017-08-02 21:39:49 +00:00
|
|
|
weight = 11
|
|
|
|
|
2017-08-03 00:18:27 +00:00
|
|
|
[[Languages.en.menu.shortcuts]]
|
2018-02-19 11:10:41 +00:00
|
|
|
name = "<i class='fas fa-fw fa-bookmark'></i> Hugo Documentation"
|
2017-08-02 21:39:49 +00:00
|
|
|
identifier = "hugodoc"
|
|
|
|
url = "https://gohugo.io/"
|
|
|
|
weight = 20
|
|
|
|
|
2017-08-03 00:18:27 +00:00
|
|
|
[[Languages.en.menu.shortcuts]]
|
2018-02-19 11:10:41 +00:00
|
|
|
name = "<i class='fas fa-fw fa-bullhorn'></i> Credits"
|
2017-08-20 15:10:29 +00:00
|
|
|
url = "/credits"
|
2017-08-03 00:18:27 +00:00
|
|
|
weight = 30
|
|
|
|
|
|
|
|
[Languages.fr]
|
|
|
|
title = "Documentation du thème Hugo Learn"
|
|
|
|
weight = 2
|
|
|
|
languageName = "Français"
|
|
|
|
|
|
|
|
[[Languages.fr.menu.shortcuts]]
|
2018-02-19 11:10:41 +00:00
|
|
|
name = "<i class='fab fa-fw fa-github'></i> Repo Github"
|
2017-08-03 00:18:27 +00:00
|
|
|
identifier = "ds"
|
|
|
|
url = "https://github.com/matcornic/hugo-theme-learn"
|
|
|
|
weight = 10
|
|
|
|
|
|
|
|
[[Languages.fr.menu.shortcuts]]
|
2018-02-19 11:10:41 +00:00
|
|
|
name = "<i class='fas fa-fw fa-camera'></i> Vitrine"
|
2017-08-20 15:10:29 +00:00
|
|
|
url = "/showcase"
|
2017-08-03 00:18:27 +00:00
|
|
|
weight = 11
|
|
|
|
|
|
|
|
[[Languages.fr.menu.shortcuts]]
|
2018-02-19 11:10:41 +00:00
|
|
|
name = "<i class='fas fa-fw fa-bookmark'></i> Documentation Hugo"
|
2017-08-03 00:18:27 +00:00
|
|
|
identifier = "hugodoc"
|
|
|
|
url = "https://gohugo.io/"
|
|
|
|
weight = 20
|
|
|
|
|
|
|
|
[[Languages.fr.menu.shortcuts]]
|
2018-02-19 11:10:41 +00:00
|
|
|
name = "<i class='fas fa-fw fa-bullhorn'></i> Crédits"
|
2017-08-20 15:10:29 +00:00
|
|
|
url = "/credits"
|
2018-01-20 03:12:47 +00:00
|
|
|
weight = 30
|