-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
56 lines (47 loc) · 1.09 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
title = "giuseppesamela.com"
baseURL = "https://giuseppesamela.com"
theme = "hugo-resume"
languageCode = "en-us"
PygmentsCodeFences = true
PygmentsCodeFencesGuessSyntax = true
PygmentsStyle = "monokai"
enableGitInfo = false
[params]
address = "Bari, IT"
workProfile = "Software Engineer"
email = "[email protected]"
favicon = "/favicon.ico"
firstName = "Giuseppe"
lastName = "Samela"
profileImage = "img/profile.jpg"
showOpenSource = false
showProjects = true
showPublications = true
showEducation = true
showExperience = true
showQr = true
showSkills = false
showStuff = true
[params.google]
[params.google.analytics]
trackerID = "UA-164223983-1"
[[params.handles]]
link = "https://twitter.com/wasp898"
name = "Twitter"
[[params.handles]]
link = "https://www.facebook.com/g.samela"
name = "Facebook"
[[params.handles]]
link = "https://www.linkedin.com/in/giuseppe-samela/"
name = "LinkedIn"
[[params.handles]]
link = "https://github.com/wasp898/"
name = "GitHub"
[outputs]
home = ["HTML", "JSON"]
[taxonomies]
tag = "tags"
actor = "actors"
director = "directors"
award = "awards"
year = "years"