-
-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathconfig.toml
52 lines (50 loc) · 1.35 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
baseurl = "https://blog.hypriot.com/"
languageCode = "en-us"
title = "Docker Pirates ARMed with explosive stuff"
theme = "hyde"
watch = "false"
[params]
Description = "Roaming the seven seas in search for golden container plunder."
galleryprefix = "/images"
disqusShortname = "hypriot"
GoogleAnalyticsTrackingID = "UA-59194692-1"
[[menu.main]]
name = "GETTING STARTED"
pre = "<i class='fa fa-road'></i>"
weight = -120
url = "/getting-started-with-docker-on-your-arm-device/"
[[menu.main]]
name = "DOWNLOADS"
pre = "<i class='fa fa-road'></i>"
weight = -110
url = "/downloads/"
[[menu.main]]
name = "FAQ"
pre = "<i class='fa fa-heart'></i>"
weight = -100
identifier = "faq"
url = "/faq"
[[menu.main]]
name = "COMMUNITY"
pre = "<i class='fa fa-heart'></i>"
weight = -90
identifier = "community"
url = "https://gitter.im/hypriot/talk"
[[menu.main]]
name = "ABOUT US"
pre = "<i class='fa fa-heart'></i>"
weight = -80
identifier = "about"
url = "/about"
[[menu.main]]
name = "CREW"
pre = "<i class='fa fa-heart'></i>"
weight = -70
identifier = "crew"
url = "/crew"
[[menu.main]]
name = "DONATE"
pre = "<i class='fa fa-heart'></i>"
weight = -60
identifier = "doonate"
url = "https://blog.hypriot.com/post/donation-liberapay-support-contribute/"