-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
60 lines (49 loc) · 1.16 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
title = "Davide Carnemolla"
theme = "hugo-resume"
languageCode = "en-us"
PygmentsCodeFences = true
PygmentsCodeFencesGuessSyntax = true
PygmentsStyle = "monokai"
enableGitInfo = false
[params]
address = "Catania, IT"
email = "[email protected]"
favicon = "/favicon.ico"
firstName = "Davide"
lastName = "Carnemolla"
nickName = "@Herbrant"
profileImage = "img/profile.jpg"
showEducation = true
showExperience = true
showOpenSource = false
showProjects = false
showPublications = false
showQr = true
showSkills = true
showCertifications = false
showHobbies = true
showCompetitions = true
showPresentations = true
showTeaching = true
[params.google]
[params.google.analytics]
trackerID = "XX-123446-01"
[[params.handles]]
link = "https://github.com/Herbrant/"
name = "GitHub"
[[params.handles]]
link = "https://t.me/Herbrant"
name = "Telegram"
[[params.handles]]
link = "https://www.linkedin.com/in/davide-carnemolla/"
name = "LinkedIn"
[[params.handles]]
link = "https://www.instagram.com/herbrant.sh/"
name = "Instagram"
[[params.handles]]
link = "https://www.facebook.com/Davide.Carnemolla2/"
name = "Facebook"
[outputs]
home = ["HTML", "JSON"]
[taxonomies]
tag = "tags"