forked from homieiot/convention-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
48 lines (39 loc) · 941 Bytes
/
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
baseURL = "https://homieiot.github.io"
languageCode = "en-us"
title = "The Homie convention"
description = "An MQTT convention"
theme = "b4"
pygmentsUseClasses = true
PygmentsCodeFences = true
[params]
editurl = "https://github.com/homieiot/convention-website/edit/master/content/"
repourl = "https://github.com/homieiot/convention"
repotitle = "homieiot/convention"
reposlug = "homieiot/convention"
[permalinks]
offline = ":filename"
[menu]
[[menu.main]]
name = "Overview"
url = "/"
weight = 1
[[menu.main]]
name = "Specification"
url = "/specification/"
weight = 2
[[menu.main]]
name = "Extensions"
url = "/extensions/"
weight = 3
[[menu.main]]
name = "Implementations"
url = "/implementations/"
weight = 4
[[menu.main]]
name = "Get involved"
url = "/get_involved/"
weight = 5
[[menu.main]]
name = "Tools"
url = "/tools/"
weight = 6