-
Notifications
You must be signed in to change notification settings - Fork 7
/
config.toml
161 lines (146 loc) · 3.71 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
baseURL = "/"
languageCode = "en-us"
title = "Tracking Exposed"
theme = "trex"
enableRobotsTXT = true
canonifyURLs = true
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[params]
ourvision = "display"
subtitle = ""
subsite = "default"
openGraphSiteName = "Tracking Exposed"
description = "We develop free software to enable research and expert users in figuring out how algorithms shape their online perception."
# tagline = "Goodbye Tracking Exposed, Hello AI Forensics: an Evolution in Algorithm Accountability"
tagline = "Goodbye Tracking Exposed, Hello AI Forensics and Reversing.works: an Evolution in Algorithm accountability"
[permalinks]
posts = "/v0/post/:slug/"
pr = "/press/releases/:slug/"
blog = "/blog/:slug"
[menu]
[[menu.main]]
# name = "About"
# identifier = "about"
# url = "/about/"
# weight = 10
[[menu.main]]
name = "Manifesto"
url = "/manifesto"
weight = 15
[[menu.main]]
page = "Tools"
name = "Tools"
identifier = "tools"
weight = 20
[[menu.main]]
page = "Facebook"
identifier = "facebook"
parent = "tools"
name= "Facebook"
url = "https://facebook.tracking.exposed"
weight = -180
[[menu.main]]
page = "YouTube"
parent = "tools"
identifier = "youtube"
name = "YouTube"
url = "https://youtube.tracking.exposed"
weight = -170
[[menu.main]]
page = "PornHub"
parent = "tools"
identifier = "pornhub"
name = "PornHub"
url = "https://pornhub.tracking.exposed"
weight = -160
[[menu.main]]
page = "TikTok"
parent = "tools"
identifier = "tiktok"
name = "TikTok"
url = "https://tiktok.tracking.exposed"
weight = -150
[[menu.main]]
name = "Blog"
identifier = "blog"
url = "/blog/"
weight = 40
[[menu.main]]
name = "Impact"
identifier = "impact"
url = "/impact/"
weight = 50
[[menu.main]]
parent = "impact"
name = "Reports"
url = "/reports/"
weight = 9
[[menu.main]]
parent = "impact"
name = "Publications"
url = "/publications/"
weight = 10
[[menu.main]]
parent = "impact"
name = "Press coverage"
url ="/press/"
weight = 20
[[menu.main]]
parent = "impact"
name = "Press releases"
url = "/pr/"
weight = 30
[[menu.main]]
parent = "impact"
name = "Events"
url = "/events/"
weight = 40
[[menu.main]]
parent = "impact"
name = "Videos"
url = "/videos/"
weight = 50
[[menu.main]]
parent = "impact"
name = "Monthly internal reports"
url = "/monthly/"
weight = 60
[[menu.footer]]
page = "manifesto"
identifier = "manifesto"
name= "Manifesto"
url = "/manifesto"
weight =10
[[menu.footer]]
page = "connections"
identifier = "connections"
name = "Connections"
url ="/about"
weight = 30
[[menu.footer]]
page = "impact"
name = "Impact"
identifier = "impact"
url = "/impact"
weight = 40
[[menu.featured]]
name= "Manifesto"
url = "/manifesto"
weight = -180
pre = "/images/reports.svg"
post = "Since 2016 we fight for a web that is home for many, not property of the few. 💡 Our beliefs are guiding us towards our purpose: empowering people."
[[menu.featured]]
name = "Connections"
url = "/about"
weight = -170
pre = "/images/connect with us.svg"
post = "Who we are and who is supporting us.🎈 If you wish to get involved, feel free to reach us out, any collaboration is more than welcome."
[[menu.featured]]
name = "TRex Reports"
url = "/reports/"
weight = -190
pre = "/images/trex-logo.svg"
post = "Since 2022 we begin to release .pdf reports on algorithm analysis and platform behaviour."