-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
50 lines (41 loc) · 1.26 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
baseURL = "https://example.com/"
languageCode = "en-us"
title = "Eddie Webb"
theme = "hugo-resume"
[params]
firstName = "Eddie"
lastName = "Webb"
address = "Rollinsford, NH"
phone = "1-555-555-1234"
contactNote = "Dev Tools Engineer"
profileImage = "img/TechChat.png"
email = "[email protected]"
description = "Software Platform Engineer with experience leveraging agile, DevOps, and CI/CD to manage large scale distributed platforms both on prem and in public cloud."
favicon = "images/favicon.ico"
# what sections
showSkills = true
showProjects = true
showOpenSource = true
showPublications = true
showExperience = true
showEducation = true
showQr = true
[[params.handles]]
name = "LinkedIn"
link = "https://www.linkedin.com/in/edwardwebb/"
[[params.handles]]
name = "GitHub"
link = "https://github.com/eddiewebb/"
[[params.handles]]
name = "Bitbucket"
link = "https://bitbucket.org/eddiewebb/"
[[params.handles]]
name = "Stack Overflow"
link = "https://stackoverflow.com/users/story/82880"
icon = "stack-overflow"
[[params.handles]]
name = "Keybase"
link = "https://keybase.io/edwardawebb"
icon = "keybase"
[params.google.analytics]
trackerID = "XX-123446-01"