mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
80 lines
No EOL
2 KiB
TOML
80 lines
No EOL
2 KiB
TOML
baseURL = "/"
|
|
languageCode = "en-US"
|
|
defaultContentLanguage = "en"
|
|
|
|
title = "Hugo Learn Documentation"
|
|
theme = "hugo-theme-learn"
|
|
themesdir = "../.."
|
|
metaDataFormat = "yaml"
|
|
defaultContentLanguageInSubdir= true
|
|
|
|
[params]
|
|
editURL = "https://github.com/matcornic/hugo-theme-learn/edit/master/docs/content/"
|
|
description = "Documentation for Hugo Learn Theme"
|
|
author = "Mathieu Cornic"
|
|
disableSearch = false # default to false
|
|
disableAssetBusting = false # default to false
|
|
ordersectionsby = "weight" # ordersectionsby = "title"
|
|
disableInlineCopyToClipBoard = true # default to false
|
|
showVisitedLinks = true
|
|
themeVariant = "red"
|
|
enableShortcutsTitle = true
|
|
|
|
[outputs]
|
|
home = [ "HTML", "RSS", "JSON"]
|
|
|
|
|
|
[Languages]
|
|
[Languages.en]
|
|
title = "Documentation for Hugo Learn Theme"
|
|
weight = 1
|
|
languageName = "English"
|
|
|
|
[[Languages.en.menu.shortcuts]]
|
|
name = "<i class='fa fa-github'></i> Github repo"
|
|
identifier = "ds"
|
|
url = "https://github.com/vjeantet/hugo-theme-docdock"
|
|
weight = 10
|
|
|
|
[[Languages.en.menu.shortcuts]]
|
|
name = "<i class='fa fa-camera'></i> Showcases"
|
|
url = "/showcase"
|
|
weight = 11
|
|
|
|
[[Languages.en.menu.shortcuts]]
|
|
name = "<i class='fa fa-bookmark'></i> Hugo Documentation"
|
|
identifier = "hugodoc"
|
|
url = "https://gohugo.io/"
|
|
weight = 20
|
|
|
|
[[Languages.en.menu.shortcuts]]
|
|
name = "<i class='fa fa-bullhorn'></i> Credits"
|
|
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"
|
|
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"
|
|
weight = 30 |