-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.toml.base
122 lines (98 loc) · 2.15 KB
/
config.toml.base
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
#baseURL = "https://<url>/"
languageCode = "en-us"
title = "NLNOG RING"
publishDir = "_generated"
theme = "ring-anubis"
paginate = 10
disqusShortname = ""
googleAnalytics = ""
[author]
name = "NLNOG RING"
[params]
author = "NLNOG RING"
customCSS = ["css/ring.css"]
[menu]
[[menu.main]]
name = "News"
identifier = "news"
url = "/news/"
weight = 1
[[menu.main]]
identifier = "introduction"
name = "Introduction"
url = "/introduction/"
weight = 2
[[menu.main]]
identifier = "participants"
name = "Participants"
url = "/participants/"
weight = 3
[[menu.main]]
identifier = "nodes"
name = "Nodes"
url = "/nodes/"
weight = 4
[[menu.main]]
identifier = "security"
name = "Security"
url = "/security/"
weight = 5
[[menu.main]]
identifier = "user-guide"
name = "User Guide"
url = "/user-guide/"
weight = 6
[[menu.main]]
identifier = "toolbox"
name = "Toolbox"
url = "/toolbox/"
weight = 7
[[menu.main]]
identifier = "contact"
name = "Contact"
url = "/contact/"
weight = 8
[[menu.main]]
identifier = "patrons"
name = "Patrons"
url = "/patrons/"
weight = 9
[[menu.user-guide]]
identifier = "faq"
name = "FAQ"
url = "/user-guide/faq/"
weight = 1
[[menu.user-guide]]
identifier = "software"
name = "Available Software"
url = "/user-guide/software/"
weight = 2
[[menu.toolbox]]
identifier = "looking-glass"
name = "Looking Glass"
url = "/toolbox/looking-glass/"
weight = 1
[[menu.toolbox]]
identifier = "restful-api"
name = "RESTful API"
url = "/toolbox/restful-api/"
weight = 2
[[menu.toolbox]]
identifier = "ring-sqa"
name = "RING SQA"
url = "/toolbox/ring-sqa/"
weight = 3
[[menu.toolbox]]
identifier = "health-monitoring"
name = "Health Monitoring"
url = "/toolbox/health-monitoring/"
weight = 4
[[menu.contact]]
identifier = "application-form"
name = "Application Form"
url = "/contact/application-form/"
weight = 1
[taxonomies]
category = "categories"
tag = "tags"
series = "series"