forked from KiCad/kicad-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
87 lines (71 loc) · 1.68 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
baseurl = "/"
languageCode = "en-us"
title = "KiCad EDA"
canonifyurls = false
layoutdir = "layouts"
pluralizelisttitles = false
disablePathToLower = true
[params]
DateForm = "2006-01-02"
Description = "A Cross Platform and Open Source Electronics Design Automation Suite"
Author = "The KiCad editors"
Forum = "https://forum.kicad.info/"
Ganalytics = "UA-3810500-6"
[permalinks]
klc = "/libraries/klc/:filename/"
blog = "blog/:year/:month/:slug"
[[params.social]]
title = "twitter"
url = "https://twitter.com/kicad_pcb"
[[params.social]]
title = "github"
url = "https://github.com/KiCad"
[[params.social]]
title = "google-plus"
url = "https://plus.google.com/111133613917552048578"
[[menu.main]]
name = "Blog"
url = "/blog/"
weight = 1
[[menu.main]]
name = "Discover"
weight = 5
[[menu.main]]
parent = "Discover"
name = "Made With KiCad"
url = "/made-with-kicad/"
weight = 50
[[menu.main]]
parent = "Discover"
name = "External Tools"
url = "/external-tools/"
weight = 60
[[menu.main]]
name = "Community"
weight = 10
[[menu.main]]
parent = "Community"
name = "Forums"
url = "/community/sites#_forums"
weight = 10
[[menu.main]]
parent = "Community"
name = "User Mailing List"
url = "https://groups.yahoo.com/neo/groups/kicad-users/info"
weight = 15
[[menu.main]]
name = "Help"
weight = 100
[[menu.main]]
name = "Contribute"
weight = 500
[[menu.main]]
name = "Libraries"
weight = 550
[[menu.main]]
name = "Download"
url = "/download/"
weight = 600
[[menu.main]]
name = "About"
weight = 900