forked from devopsdays/devopsdays-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
56 lines (50 loc) · 1.16 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
theme = "devopsdays-theme"
baseurl = "https://www.devopsdays.org/"
# baseurl = "http://localhost:1313/"
languageCode = "en-us"
GoogleAnalytics = "UA-9713393-1"
title = "DevOpsDays"
canonifyurls = false
dataDir = "data"
archetypedir = "archetypes"
PaginatePath = "blog"
buildDrafts = false
disableKinds = ["taxonomy", "taxonomyTerm"]
enableEmoji = true
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[[menu.main]]
name = "events"
url = "/events"
weight = -150
[[menu.main]]
name = "blog"
url = "/blog"
weight = -140
[[menu.main]]
name = "sponsor"
url = "/sponsor"
weight = -130
[[menu.main]]
name = "speaking"
url = "/speaking"
weight = -120
[[menu.main]]
name = "organizing"
url = "/organizing"
weight = -110
[[menu.main]]
name = "about"
url = "/about"
weight = -100
[permalinks]
page = "/:filename/"
blog = "/blog/:year/:month/:day/:title/"
speaking = "/:filename/"
[params]
Facebook = "//www.facebook.com/group.php?gid=106761636771"
Twitter = "http://www.twitter.com/devopsdays"
Linkedin = "http://www.linkedin.com/groups?home=&gid=2445279"
Groups = "http://groups.google.com/group/devopsdays"