forked from ooni/ooni.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
76 lines (62 loc) · 1.38 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
baseURL = "https://ooni.org"
languageCode = "en-us"
title = "OONI: Open Observatory of Network Interference"
DefaultContentLanguage = "en"
pluralizeListTitles = false
timeout = 120000
[params]
description = "The Open Observatory of Network Interference (OONI) is a global community measuring internet censorship around the world. Run OONI Probe to detect internet censorship. Use OONI Explorer to track internet censorship worldwide in near real-time."
probeDesktopVersion = "3.6.0"
[Languages]
[Languages.ar]
[Languages.ca]
[Languages.en]
[Languages.es]
[Languages.fr]
[Languages.pt]
[Languages.zh]
[outputFormats]
[outputFormats.PageIndex]
mediaType = "application/json"
baseName = "pageindex"
isPlainText = true
notAlternative = true
[outputs]
home = ["HTML", "PageIndex", "RSS"]
[markup]
[markup.tableOfContents]
endLevel = 5
ordered = false
startLevel = 1
[menu]
[[menu.main]]
url = "/about/"
name = "About"
weight = 1
[[menu.main]]
url = "/nettest/"
name = "Tests"
weight = 2
[[menu.main]]
url = "/data/"
name = "Data"
weight = 3
[[menu.main]]
url = "/get-involved/"
name = "Get Involved"
weight = 4
[[menu.main]]
url = "/reports/"
name = "Reports"
weight = 5
[[menu.main]]
url = "/blog/"
name = "Blog"
weight = 6
[[menu.main]]
name = "Donate"
url = "/donate/"
weight = 7
[[menu.install]]
name = "Install OONI Probe"
url = "/install/"