-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.toml
144 lines (133 loc) · 3.66 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
baseURL = "/"
languageCode = "utf-8"
title = "YouTube Tracking Exposed"
theme = "trex"
enableRobotsTXT = true
canonifyURLs = true
[params]
ourvision = "not-display"
subtitle = "YouTube"
subsite = "youtube"
openGraphSiteName = "YouTube Tracking Exposed"
description = "This is a collaborative project meant to let you take back control of your data. This approach do not follow corporate methods, but as an algorithm investigator let you passively records what Youtube algorithm pick for you, and let you play with the data."
tagline = "This tool to study YouTube personalization algorithm is now DISCONTINUED."
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[permalinks]
posts = "/:slug/"
data = "/:filename/" # Questo non funziona
[menu]
[[menu.main]]
name = "About"
url = "https://tracking.exposed"
weight = 1
[[menu.main]]
name = "How to"
url = "/preview/"
weight = 2
[[menu.main]]
name = "Research"
url = "#"
weight = 10
[[menu.main]]
parent = "Research"
name = "Personalization"
url = "/results/"
weight = 11
[[menu.main]]
parent = "Research"
name = "Polarization"
url = "/trexit/"
weight = 12
[[menu.main]]
parent = "Research"
name = "Filter Bubbles"
url = "/filtertube/"
weight = 13
[[menu.main]]
parent = "Research"
name = "Collective Observation"
url = "/slides/wetest1/"
weight = 14
[[menu.main]]
name = "Technology"
url = "#"
weight = 100
[[menu.main]]
parent = "Technology"
name = "Project pitch"
url = "/initial-analysis/"
weight = 110
[[menu.main]]
parent = "Technology"
name = "Privacy"
url = "/privacy/"
weight = 120
# [[menu.main]]
# parent = "Technology"
# name = "Statistics"
# url = "/impact/"
# weight = 130
[[menu.main]]
parent = "Technology"
name = "API documentation"
url = "/docs/"
weight = 140
# [[menu.main]]
# name = "Explore data"
# url = "#"
# weight = 1000
# [[menu.main]]
# parent = "Explore data"
# name = "Search results"
# url = "/chiaro/start/"
# weight = 1100
# [[menu.main]]
# parent = "Explore data"
# name = "Suggestion for authors"
# url = "/author/"
# weight = 1200
# [[menu.main]]
# parent = "Explore data"
# name = "Suggestions for videos"
# url = "/related/"
# weight = 1300
# [[menu.main]]
# parent = "Explore data"
# name = "Videos as suggestions"
# url = "/related/"
# weight = 1400
# [[menu.main]]
# parent = "Explore data"
# name = "Experiments list"
# url = "/experiment/"
# weight = 1500
# [[menu.main]]
# parent = "Explore data"
# name = "Hompages (beta)"
# url = "/hompare/"
# weight = 1600
[[menu.featured]]
name = "Tutorial ― Learn how to use our tool"
url = "/tutorial/1"
pre = "/images/wetest-yt3.jpg"
post = "Video and textual tutorial, on the basic usage, the evidence page, and everything a researcher need to start analyzing YT!"
weight = -180
[[menu.featured]]
name= "WeTest ― 1° Collective observation"
url = "/slides/wetest1/"
pre = "/images/covid.png"
post = "A collective observation of the Youtube personalization algorithm; addressing COVID-19 and getting evidence on how recommendations works"
weight = -180
[[menu.featured]]
name = "CHIARO ― The Ranking Algorithm"
url = "/chiaro/start"
pre = "/images/related.svg"
weight = -170
post = "Coordinated collection of yt search results; to spot tendencies, bubbles, and biases. real time psedonymized open data feed."
[[menu.footer]]
name = "Initial project analysis (2018)"
url = "/initial-analysis/"
weight = 100