-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathconfig.toml
67 lines (62 loc) · 1.71 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
title = "1Bitsy: Microcontroller with the lights on"
baseurl = "http://1bitsy.esden.net/"
MetaDataFormat = "yaml"
pluralizeListTitles = false
[blackfriday]
plainIDAnchors = true
[params]
description = "Documentation of 1Bitsy, a small affordable and actually easy to understand development platform."
author = "with love by 1BitSquared and OSHPark"
[taxonomies]
tag = "tags"
group = "groups"
[[menu.main]]
name = "1Bitsy Store"
pre = "<i class='fa fa-buy'></i>"
url = "https://1bitsquared.com/products/1bitsy"
weight = -210
[[menu.main]]
name = "1Bitsy GitHub"
pre = "<i class='fa fa-download'></i>"
url = "https://github.com/1bitsy"
weight = -200
[[menu.main]]
name = "Getting Started"
identifier = "getting started"
pre = "<i class='fa fa-road'></i>"
weight = -160
[[menu.main]]
name = "Tutorials"
identifier = "tutorials"
pre = "<i class='fa fa-book'></i>"
weight = -150
[[menu.main]]
name = "Discuss 1Bitsy"
pre = "<i class='fa fa-comments'></i>"
url = "http://discuss.1bitsy.org/"
weight = -110
[[menu.main]]
name = "About 1Bitsy"
identifier = "about"
pre = "<i class='fa fa-heart'></i>"
weight = -100
[[menu.main]]
name = "Community"
identifier = "community"
pre = "<i class='fa fa-group'></i>"
weight = -50
[[menu.main]]
parent = "community"
name = "Discussion Forum"
url = "http://discuss.1bitsy.org"
weight = 150
[[menu.main]]
name = "Issues & Help"
pre = "<i class='fa fa-life-ring'></i>"
url = "https://github.com/1bitsy/1bitsy/issues"
weight = -40
[[menu.main]]
name = "Press & Articles"
pre = "<i class='fa fa-bullhorn'></i>"
url = "/community/press/"
weight = -30