-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.toml
39 lines (33 loc) · 871 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
baseURL = "/"
languageCode = "en-us"
title = "PornHub Tracking Exposed"
theme = "trex"
enableRobotsTXT = true
canonifyURLs = true
[params]
subtitle = "PornHub Tracking Exposed"
subsite = "pornhub"
openGraphSite = "PornHub Tracking Exposed"
description = "is the pornhub algorithm kidding with your perception of sex?"
tagline = "This tool to study Pornhub's personalization algorithm is now DISCONTINUED."
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[permalinks]
posts = "/:slug/"
[menu]
[[menu.main]]
name = "Slides"
url = "/slides/"
weight = 20
[[menu.main]]
name = "tracking.exposed"
url = "https://tracking.exposed"
weight = 70
[[menu.footer]]
page = "Github"
identifier = "github"
name = "Github"
url = "https://github.com/tracking-exposed/potrex"
weight = 90