-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
151 lines (134 loc) · 3.05 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
baseURL = "localhost"
languageCode = "en-us"
title = "Timmy Kokke"
theme = "initio"
paginate = 10
pluralizeListTitles = false
[outputs]
home = ['html']
section = ['html','rss']
taxonomy = ['html']
term = ['html']
[params]
name = "Timmy Kokke / Sorskoot"
description = "Web - Games - VR/AR/XR - AI - Live Coding"
email = "info@timmykokke.com"
phone = ""
address = ""
year = 2024
background = ""
favicon = "icons/gt_favicon.png"
DateForm = "January 2, 2006"
showSubheader = true
showServices = true
showRecentWorks = true
showDownload = false
showClients = false
showAgenda = false
showGames = true
footerEnableContact = false
footerEnableFollowme = true
footerEnableTextWidget = false
footerEnableFormWidget = false
[[menu.main]]
name = "home"
url = "/"
weight = 1
[[menu.main]]
name = "blog"
url = "/blog/"
weight = 5
# [[menu.main]]
# name = "youtube"
# url = "/youtube/"
# weight = 6
#[[menu.main]]
# name = "portfolio"
# url = "/portfolio/"
# weight = 7
[[menu.main]]
name = "Devlogs"
url = "/devlogs/"
weight = 7
# [[menu.main]]
# name = "WebXR NL"
# url = "https://webxr.nl"
# weight = 10
# target = "_blank"
[params.disqus]
site = "sorskoot.disqus.com"
[params.sharethis]
property = "5b5ce62a4970c900111bbb9b"
custom = false
[params.google.analytics]
trackerID = "UA-11559922-2"
#[[params.social]]
# title = "facebook"
# url = "https://www.facebook.com/sorskoot"
# icon = "fa-facebook-square"
# footer = true
# sharethis = true
# network = "facebook"
[[params.social]]
title = "twitter"
url = "https://twitter.com/sorskoot"
icon = "fa-twitter-square"
footer = true
# sharethis = true
network = "twitter"
[[params.social]]
title = "instagram"
url = "https://www.instagram.com/sorskoot360"
icon = "fa-instagram"
footer = true
# sharethis = false
network = ""
[[params.social]]
title = "google+"
url = "https://plus.google.com/+sorskoot"
icon = "fa-google-plus-square"
footer = false
# sharethis = true
network = "googleplus"
[[params.social]]
title = "linkedin"
url = "https://www.linkedin.com/in/timmykokke"
icon = "fa-linkedin-square"
footer = true
sharethis = true
network = "linkedin"
[[params.social]]
title = "github"
url = "https://github.com/sorskoot"
icon = "fa-github"
footer = true
# sharethis = false
network = ""
[[params.social]]
title = "email"
url = "mailto:info@timmykokke.com"
icon = "fa-envelope"
footer = false
# sharethis = true
network = "email"
[privacy]
[privacy.disqus]
disable = false
[privacy.googleAnalytics]
anonymizeIP = false
disable = false
respectDoNotTrack = false
useSessionStorage = false
[privacy.instagram]
disable = false
simple = false
[privacy.twitter]
disable = false
enableDNT = false
simple = false
[privacy.vimeo]
disable = false
simple = false
[privacy.youtube]
disable = false
privacyEnhanced = false