-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
63 lines (57 loc) · 1.76 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
baseURL = "https://www.denisazevedo.com.br/"
languageCode = "en-us"
title = "Denis C de Azevedo"
theme = "hugo-resume"
footnoteReturnLinkContents = "↑"
# summaryLength = 50
[taxonomies]
# category = "categories"
# tag = "tags"
[params]
firstName = "Denis"
lastName = "C de Azevedo"
address = "Florianopolis/SC, Brazil"
phone = "+55 (48) 99176-0460"
contactNote = "Senior Backend and Frontend Developer"
profileImage = "img/avatar.png"
email = "[email protected]" # TODO Teste
description = "Developing software since 1998. Agile, backend, frontend and CI/CD."
# favicon = "img/favicon.ico"
# what sections
# TODO add sections
showSkills = true
# XXX What do do here?
showProjects = false
showOpenSource = false
showPublications = false # FIXME Corrigir isso!
showExperience = true
showEducation = true
showLanguages = true
showBlog = false
showQr = true
[[params.handles]]
name = "LinkedIn"
link = "https://www.linkedin.com/in/denisazevedo/"
[[params.handles]]
name = "GitHub"
link = "https://github.com/denisazevedo/"
[[params.handles]]
name = "Instagram"
link = "https://www.instagram.com/denisazevedo/"
[[params.handles]]
name = "Twitter"
link = "https://twitter.com/denisazevedo"
[[params.handles]]
name = "Facebook"
link = "https://www.facebook.com/denisazevedo"
[[params.handles]]
name = "Stack Overflow"
# link = "https://stackoverflow.com/users/story/2056394"
link = "https://stackoverflow.com/story/denis-correa-de-azevedo-212413"
icon = "stack-overflow"
# [[params.handles]]
# name = "Keybase"
# link = "https://keybase.io/denisazevedo"
# icon = "keybase"
[params.google.analytics]
trackerID = "UA-72318111-1"