1baseURL = "/"
2languageCode = "en-US"
3defaultContentLanguage = "en"
4
5title = "Hugo Learn Documentation"
6theme = "hugo-theme-learn"
7themesdir = "../.."
8metaDataFormat = "yaml"
9defaultContentLanguageInSubdir= true
10
11[params]
12  editURL = "https://github.com/matcornic/hugo-theme-learn/edit/master/exampleSite/content/"
13  description = "Documentation for Hugo Learn Theme"
14  author = "Mathieu Cornic"
15  showVisitedLinks = true
16
17[outputs]
18home = [ "HTML", "RSS", "JSON"]
19
20[Languages]
21[Languages.en]
22title = "Documentation for Hugo Learn Theme"
23weight = 1
24languageName = "English"
25
26[[Languages.en.menu.shortcuts]]
27name = "<i class='fa fa-github'></i> Github repo"
28identifier = "ds"
29url = "https://github.com/matcornic/hugo-theme-learn"
30weight = 10
31
32[[Languages.en.menu.shortcuts]]
33name = "<i class='fa fa-camera'></i> Showcases"
34url = "showcase"
35weight = 11
36
37[[Languages.en.menu.shortcuts]]
38name = "<i class='fa fa-bookmark'></i> Hugo Documentation"
39identifier = "hugodoc"
40url = "https://gohugo.io/"
41weight = 20
42
43[[Languages.en.menu.shortcuts]]
44name = "<i class='fa fa-bullhorn'></i> Credits"
45url = "/credits"
46weight = 30
47
48[Languages.fr]
49title = "Documentation du thème Hugo Learn"
50weight = 2
51languageName = "Français"
52
53[[Languages.fr.menu.shortcuts]]
54name = "<i class='fa fa-github'></i> Repo Github"
55identifier = "ds"
56url = "https://github.com/matcornic/hugo-theme-learn"
57weight = 10
58
59[[Languages.fr.menu.shortcuts]]
60name = "<i class='fa fa-camera'></i> Vitrine"
61url = "/showcase"
62weight = 11
63
64[[Languages.fr.menu.shortcuts]]
65name = "<i class='fa fa-bookmark'></i> Documentation Hugo"
66identifier = "hugodoc"
67url = "https://gohugo.io/"
68weight = 20
69
70[[Languages.fr.menu.shortcuts]]
71name = "<i class='fa fa-bullhorn'></i> Crédits"
72url = "/credits"
73weight = 30