-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
63 lines (54 loc) · 1.32 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
baseUrl = "https://govcloud.github.io"
theme = "wxt"
ContentDir = "content"
LayoutDir = "layouts"
PublishDir = "public"
BuildDrafts = true
RelativeURLs = true
LanguageCode = "en-us"
Title = "GoC Cloud Native"
PluralizeListTitles = false
MetadataFormat = "yaml"
[menu]
[[menu.main]]
Name = "Youtube"
Weight = -100.0
Pre = "<i class='fa fa-youtube'></i>"
URL = "https://www.youtube.com/channel/UC00nN9hhb4q6IChP8yEIzGA/playlists"
[[menu.main]]
Name = "GitHub"
Weight = -98.0
Pre = "<i class='fa fa-github'></i>"
URL = "http://github.com/govcloud"
[[menu.main]]
Name = "Slides"
Weight = -97.0
Identifier = "slides"
URL = "/slides/"
[[menu.main]]
Name = "Meetups"
Weight = -95.0
Identifier = "meetups"
URL = "/meetups/"
[[menu.main]]
Name = "Feedback"
Weight = -90.0
Identifier = "feedback"
URL = "/feedback/"
[Params]
Author = "GoC Cloud Native"
Banner = "Working group for Containers and Kubernetes"
DateForm = "2006-01-02"
disqusShortname = "gc"
GoogleAnalyticsUserID = "XXXX-XXXX-XXXX"
Github = "govcloud/govcloud.github.io"
Search = "govcloud.ca"
ShowRelatedPost = true
Slogan = "Helping to build a government that is cloud native"
SyntaxHighlightTheme = "monokai.min.css"
Theme = "theme-gcweb"
Twitter = "statcan_eng"
[Indexes]
tag = "tags"
[permalinks]
post = "/post/:year/:month/:day/:title/"