| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- 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/exampleSite/content/"
- description = "Documentation for Hugo Learn Theme"
- author = "Mathieu Cornic"
- showVisitedLinks = true
- disableBreadcrumb = false
- disableNextPrev = false
- [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='fab fa-fw fa-github'></i> Github repo"
- identifier = "ds"
- url = "https://github.com/matcornic/hugo-theme-learn"
- weight = 10
- [[Languages.en.menu.shortcuts]]
- name = "<i class='fas fa-fw fa-camera'></i> Showcases"
- url = "showcase"
- weight = 11
- [[Languages.en.menu.shortcuts]]
- name = "<i class='fas fa-fw fa-bookmark'></i> Hugo Documentation"
- identifier = "hugodoc"
- url = "https://gohugo.io/"
- weight = 20
- [[Languages.en.menu.shortcuts]]
- name = "<i class='fas fa-fw 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='fab fa-fw fa-github'></i> Repo Github"
- identifier = "ds"
- url = "https://github.com/matcornic/hugo-theme-learn"
- weight = 10
- [[Languages.fr.menu.shortcuts]]
- name = "<i class='fas fa-fw fa-camera'></i> Vitrine"
- url = "/showcase"
- weight = 11
- [[Languages.fr.menu.shortcuts]]
- name = "<i class='fas fa-fw fa-bookmark'></i> Documentation Hugo"
- identifier = "hugodoc"
- url = "https://gohugo.io/"
- weight = 20
- [[Languages.fr.menu.shortcuts]]
- name = "<i class='fas fa-fw fa-bullhorn'></i> Crédits"
- url = "/credits"
- weight = 30
|