1baseURL = "https://magefile.org"
2languageCode = "en-US"
3defaultContentLanguage = "en"
4
5title = "Mage Documentation"
6theme = "learn"
7defaultContentLanguageInSubdir= true
8
9[Permalinks]
10	blog = "/blog/:year/:month/:filename/"
11
12[params]
13  editURL = "https://github.com/magefile/mage/edit/master/site/content/"
14  description = "Mage"
15  author = "Nate Finch"
16  showVisitedLinks = true
17
18[outputs]
19home = [ "HTML", "RSS", "JSON"]
20
21[Languages]
22[Languages.en]
23title = "Mage"
24weight = 1
25languageName = "English"
26
27[[Languages.en.menu.shortcuts]]
28name = "<i class='fa fa-github'></i> Github repo"
29# identifier = "ds"
30url = "https://github.com/magefile/mage"
31weight = 10
32
33[[Languages.en.menu.shortcuts]]
34name = "<i class='fa fa-twitter'></i> Twitter Account"
35# identifier = "ds"
36url = "https://twitter.com/MagefileDotOrg"
37weight = 20