-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathconfig.toml
46 lines (39 loc) · 877 Bytes
/
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
baseURL = "https://research-staging.torproject.org/"
languageCode = "en-us"
title = "Research"
theme = "torproject"
[[menu.main]]
name = "Home"
title = "Research Portal Home Page"
url = "/"
weight = -200
[[menu.main]]
name = "Safety Board"
title = "Tor Research Safety Board"
url = "/safetyboard"
weight = -190
[[menu.main]]
name = "Research Groups"
title = "Tor-related Research Groups"
url = "/groups"
weight = -180
[[menu.main]]
name = "Ideas"
title = "Tor Research Ideas"
url = "/ideas"
weight = -170
[[menu.main]]
name = "Tools"
title = "Tor Research Tools"
url = "/tools"
weight = -165
[[menu.main]]
name = "Tech Reports"
title = "Tor Project Technical Reports"
url = "/techreports"
weight = -160
[[menu.main]]
name = "Mailing Lists"
title = "Tor Researchers Mailing List"
url = "/mailinglist"
weight = -150