2017-07-30 16:02:07 +00:00
|
|
|
baseURL = "/"
|
|
|
|
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-07-30 16:18:35 +00:00
|
|
|
editURL = "https://github.com/matcornic/hugo-theme-learn/edit/master/docs/content/"
|
2017-07-30 16:02:07 +00:00
|
|
|
description = "Documentation for Hugo Learn Theme"
|
|
|
|
author = "Mathieu Cornic"
|
|
|
|
disableSearch = false # default to false
|
2017-07-31 21:35:41 +00:00
|
|
|
disableAssetBusting = false # default to false
|
2017-07-30 16:02:07 +00:00
|
|
|
ordersectionsby = "weight" # ordersectionsby = "title"
|
2017-07-31 22:09:59 +00:00
|
|
|
disableInlineCopyToClipBoard = true # default to false
|
2017-08-02 21:39:49 +00:00
|
|
|
showVisitedLinks = true
|
2017-08-03 00:18:27 +00:00
|
|
|
themeVariant = "blue"
|
|
|
|
enableShortcutsTitle = true
|
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"
|
|
|
|
|
2017-08-03 00:18:27 +00:00
|
|
|
[[Languages.en.menu.shortcuts]]
|
2017-08-02 21:39:49 +00:00
|
|
|
name = "<i class='fa fa-github'></i> Github repo"
|
|
|
|
identifier = "ds"
|
|
|
|
url = "https://github.com/vjeantet/hugo-theme-docdock"
|
|
|
|
weight = 10
|
|
|
|
|
2017-08-03 00:18:27 +00:00
|
|
|
[[Languages.en.menu.shortcuts]]
|
2017-08-02 21:39:49 +00:00
|
|
|
name = "<i class='fa fa-camera'></i> Showcases"
|
|
|
|
url = "/showcase"
|
|
|
|
weight = 11
|
|
|
|
|
2017-08-03 00:18:27 +00:00
|
|
|
[[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
|
|
|
|
|
2017-08-03 00:18:27 +00:00
|
|
|
[[Languages.en.menu.shortcuts]]
|
2017-08-02 21:39:49 +00:00
|
|
|
name = "<i class='fa fa-bullhorn'></i> Credits"
|
|
|
|
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]]
|
|
|
|
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"
|
|
|
|
url = "/fr/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"
|
|
|
|
url = "/fr/credits"
|
2017-08-02 21:39:49 +00:00
|
|
|
weight = 30
|