-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
45 lines (39 loc) · 1.26 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
baseURL = 'https://robinvalk.xyz/'
languageCode = 'en-gb'
title = 'robinvalk.xyz'
theme = "paper"
[params]
color="gray"
# header social icons
twitter = 'robin_valk' # twitter.com/YOUR_TWITTER_ID
github = 'robinvalk' # github.com/YOUR_GITHUB_ID
rss = true # show rss icon with link
# home page profile
# avatar = '' # Gravatar email or image url(e.g. "https://deno.land/logo.svg")
name = 'Robin Valk'
bio = "After consuming a lot of content from fellow nerds I want to create my own. Here you can find some of my brain dumps on varying topics. I'm not necessarily planning on making them all technical."
# misc
disableHLJS = true # disable requesting highlight.js
monoDarkIcon = false # show monochrome dark mode icon
[privacy]
[privacy.disqus]
disable = true
[privacy.googleAnalytics]
anonymizeIP = true
disable = true
respectDoNotTrack = true
useSessionStorage = true
[privacy.instagram]
disable = true
simple = false
[privacy.twitter]
disable = false
enableDNT = true
simple = false
[privacy.vimeo]
disable = true
enableDNT = true
simple = false
[privacy.youtube]
disable = false
privacyEnhanced = true