-
Notifications
You must be signed in to change notification settings - Fork 63
/
config.toml
102 lines (85 loc) · 1.76 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
baseURL = "https://ooni.org"
languageCode = "en-us"
title = "OONI: Open Observatory of Network Interference"
DefaultContentLanguage = "en"
pluralizeListTitles = false
timeout = 120000
publishDir = "public/"
[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."
[Languages]
[Languages.ar]
[Languages.ca]
[Languages.de]
[Languages.en]
[Languages.es]
[Languages.fa]
[Languages.fr]
[Languages.pt]
[Languages.ru]
[Languages.sw]
[Languages.tr]
[Languages.zh]
[Languages.vi]
[Languages.my]
[outputFormats]
[outputFormats.PageIndex]
mediaType = "application/json"
baseName = "pageindex"
isPlainText = true
notAlternative = true
[outputs]
home = ["HTML", "PageIndex", "RSS"]
[caches]
[caches.getjson]
dir = ":cacheDir/:project"
maxAge = "10s"
[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/"
[[menu.about]]
url = "/about/"
name = "About"
weight = 1
[[menu.about]]
url = "/about/team/"
name = "Team"
weight = 2
[[menu.about]]
url = "/about/supporters/"
name = "Supporters & Funders"
weight = 3