-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
45 lines (36 loc) · 911 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
40
41
42
43
44
45
title = "Wouter van Akkeren"
baseURL = "wouter1997.netlify.app"
theme = "hugo-resume"
languageCode = "en-us"
PygmentsCodeFences = true
PygmentsCodeFencesGuessSyntax = true
PygmentsStyle = "monokai"
enableGitInfo = false
[params]
address = "Weert, Limburg"
favicon = "/favicon.ico"
firstName = "Wouter"
lastName = "van Akkeren"
phone = "+31 6 42102565"
profileImage = "img/Pic Wouter.jpg"
showEducation = true
showExperience = true
showOpenSource = false
showProjects = true
showPublications = false
showQr = true
showSkills = true
[params.google]
[params.google.analytics]
trackerID = "XX-123446-01"
[[params.handles]]
link = "https://www.linkedin.com/in/wouter-van-akkeren-20a3b318b/"
name = "LinkedIn"
[[params.handles]]
link = "https://github.com/Wouter1997"
name = "GitHub"
[[params.handles]]
link = "https://www.facebook.com/wouter.vanakkeren/"
name = "Facebook"
[outputs]
home = ["HTML", "JSON"]