-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
64 lines (53 loc) · 1.41 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
baseURL = "https://theserverlessway.com/"
languageCode = "en-us"
title = "The Serverless Way"
googleAnalytics = "UA-107909134-1"
disableKinds = ["taxonomy", "taxonomyTerm"]
[[menu.main]]
name = "Blog"
weight = -130
identifier = "blog"
url = "https://blog.theserverlessway.com"
[[menu.main]]
name = "About Serverless"
weight = -120
identifier = "serverless"
url = "/serverless/"
[[menu.main]]
name = "AWS Guides"
weight = -110
identifier = "aws"
url = "/aws/"
[[menu.main]]
name = "Tool Suite"
weight = -100
identifier = "tools"
url = "/tools"
[[menu.main]]
name = "Consulting"
weight = -90
identifier = "consulting"
url = "/consulting"
[[menu.main]]
name = ""
pre = '<i class="fa fa-twitter" alt="Twitter Link" class="d-inline-block align-top"></i>'
weight = -70
identifier = "twitter"
url = "https://twitter.com/flomotlik"
[[menu.main]]
name = ""
pre = '<i class="fa fa-slack" alt="Slack Link" class="d-inline-block align-top"></i>'
weight = -70
identifier = "slack"
url = "http://bit.ly/serverless-slack"
[[menu.main]]
name = ""
pre = '<i class="fa fa-envelope" alt="Email Link" class="d-inline-block align-top"></i>'
weight = -70
identifier = "email"
url = "mailto:[email protected]"
[[menu.side]]
name = "Guides"
weight = -80
identifier = "about"
url = "/about"