hugo-theme-relearn/exampleSite/config.toml

103 lines
2.5 KiB
TOML
Raw Normal View History

2018-08-10 09:01:14 +00:00
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
disableBreadcrumb = false
disableNextPrev = false
[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"
2018-08-10 09:01:14 +00:00
[[Languages.en.menu.shortcuts]]
2019-06-04 11:19:24 +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
[[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
[[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
[[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"
weight = 30
[Languages.fr]
title = "Documentation du thème Hugo Learn"
weight = 2
languageName = "Français"
[[Languages.fr.menu.shortcuts]]
2019-06-04 11:19:24 +00:00
name = "<i class='fab fa-fw fa-github'></i> Repo GitHub"
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"
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"
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"
weight = 30
2019-12-04 03:17:39 +00:00
[Languages.zh]
title = "Hugo 主题的 Learn 文档"
weight = 3
languageName = "简体中文"
2019-12-06 07:48:50 +00:00
[[Languages.zh.menu.shortcuts]]
name = "<i class='fab fa-fw fa-github'></i> GitHub 仓库"
identifier = "ds"
url = "https://github.com/matcornic/hugo-theme-learn"
weight = 10
[[Languages.zh.menu.shortcuts]]
name = "<i class='fas fa-fw fa-camera'></i> 展示区"
url = "/showcase"
weight = 11
[[Languages.zh.menu.shortcuts]]
name = "<i class='fas fa-fw fa-bookmark'></i> Hugo 文档"
identifier = "hugodoc"
url = "https://gohugo.io/"
weight = 20
[[Languages.zh.menu.shortcuts]]
name = "<i class='fas fa-fw fa-bullhorn'></i> 鸣谢"
url = "/credits"
weight = 30