This repository has been archived by the owner on Oct 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 114
/
config.toml
105 lines (86 loc) · 2.28 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
baseurl = "/"
languageCode = "en-us"
title = "KiCad EDA"
canonifyurls = false
layoutdir = "layouts"
pluralizelisttitles = false
disablePathToLower = true
ignoreFiles = [ "(^_|/_)(.+).adoc$" ]
[outputs]
home = ["HTML"]
section = ["HTML", "RSS"]
[taxonomies]
category = "categories"
blog_categories = "blog/categories"
mwk_categories = "made-with-kicad/categories"
[params]
HomeTitle = "KiCad EDA - Schematic Capture & PCB Design Software"
DateForm = "2006-01-02"
ISO8601Format = "2006-01-02T15:04:05Z"
Description = "A Cross Platform and Open Source Electronics Design Automation Suite"
HeaderDescription = "Open source EDA / electronics CAD software for Windows, macOS and Linux. Use schematic capture, design PCB layouts and view them in 3D, all forever free."
Author = "The KiCad editors"
Forum = "https://forum.kicad.info/"
images = ["/img/kicad_logo_small.png"]
[permalinks]
klc = "/libraries/klc/:filename/"
blog = "blog/:year/:month/:slug"
[[params.social]]
title = "twitter"
url = "https://twitter.com/kicad_pcb"
label = "KiCad Twitter Account"
[[params.social]]
title = "gitlab"
url = "https://gitlab.com/KiCad"
label = "KiCad GitLab Organization"
[[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.io/g/kicad-users"
weight = 15
[[menu.main]]
name = "Help"
weight = 100
[[menu.main]]
parent = "Help"
name = "Documentation"
url = "http://docs.kicad-pcb.org"
weight = 10
[[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