-
Notifications
You must be signed in to change notification settings - Fork 139
/
config.toml
81 lines (71 loc) · 2.08 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
baseurl = "https://coredns.io/"
languageCode = "en-us"
title = "CoreDNS: DNS and Service Discovery"
copyright = "CoreDNS - All Rights Reserved"
theme = "coredns"
enableGitInfo = true
[permalinks]
blog = "/:year/:month/:day/:title/"
page = "/:title/"
[params]
# popup enables a in-page banner for important announcement: see ./layouts/partials/popup.html
# Enable with non empty string.
popup = ""
logo = "/images/CoreDNS_Colour_Icon.png"
twitter = "https://twitter.com/corednsio"
github = "https://github.com/coredns/coredns"
manual = "https://github.com/coredns/coredns.io/blob/master/content/manual"
email = "[email protected]"
slack = "https://slack.cncf.io/"
[[menu.main]]
name = "Plugins"
weight = -200
url = "/plugins/"
[[menu.main]]
name = "External Plugins"
weight = -190
url = "/explugins/"
external = ""
[[menu.main]]
name = "Blog"
weight = -180
url = "/blog/"
[[menu.main]]
name = "Manual"
weight = -160
url = "/manual/toc"
[[menu.main]]
name = "Community"
weight = -120
url = "/community/"
[params.authors.coredns]
name = "CoreDNS Authors"
email = "[email protected]"
twitter = "https://twitter.com/corednsio"
github = "https://github.com/coredns/coredns"
[params.authors.miek]
name = "Miek Gieben"
email = "[email protected]"
twitter = "https://twitter.com/miekg"
github = "https://github.com/miekg"
[params.authors.john]
name = "John Belamaric"
email = "[email protected]"
twitter = "https://twitter.com/johnbelamaric"
github = "https://github.com/johnbelamaric"
[params.authors.chris]
name = "Chris O'Haver"
email = "[email protected]"
twitter = "https://twitter.com/chrisohaver"
github = "https://github.com/chrisohaver"
[params.authors.jonathan]
name = "Jonathan Dickinson"
github = "https://github.com/jcdickinson"
[params.authors.varyoo]
name = "Antoine D."
github = "https://github.com/varyoo"
email = "[email protected]"
[params.authors.sandeep]
name = "Sandeep Rajan"
email = "[email protected]"
github = "https://github.com/rajansandeep"