Skip to content

Commit 4a63f74

Browse files
committed
adds akuity to experience
1 parent fa04cfe commit 4a63f74

File tree

5 files changed

+34
-138
lines changed

5 files changed

+34
-138
lines changed

src/config.toml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseURL = "https://edwardawebb.com/"
1+
baseURL = "https://webbinaro.dev/"
22
languageCode = "en-us"
33
title = "Eddie Webbinaro"
44
theme = "resume"
@@ -31,6 +31,7 @@ enableGitInfo = true
3131
contactNote = "Technology Sales Leader in CI, CD, and DevOps"
3232
address = "Peru, NY"
3333
email = "eddie@webbinaro.dev"
34+
workemail = "eddie.webbinaro@akuity.io"
3435
description = "Eddie has over 15 years experience enabling agile, CI/CD and DevOps culture in the enterprise. Previously the Director of Enterprise DevOps Platforms influencing culture and technology at a Fortune 100 company, Eddie now helps CircleCI customers of all sizes adopt the best technologies and practices on their DevOps journey."
3536
favicon = "images/favicon.ico"
3637
# what sections
@@ -39,6 +40,16 @@ enableGitInfo = true
3940
showBoards = true
4041
showCertifications = true
4142
showSocializations = true
43+
vcardfields = [
44+
"name",
45+
"image",
46+
"org",
47+
"email",
48+
"workemail",
49+
"phone",
50+
"url",
51+
"title"
52+
]
4253

4354
# do you want to show git hash on page footer and link to repo? Add commit prefix here.
4455
gitCommitPrefix = "https://github.com/eddiewebb/json-resume/commit/"
@@ -86,5 +97,16 @@ enableGitInfo = true
8697
trackerID = "UA-28342049-2"
8798

8899

100+
[mediaTypes]
101+
[mediaTypes."text/vcard"]
102+
suffixes = ["vcf"]
103+
104+
[outputFormats]
105+
[outputFormats.VCard]
106+
mediaType = "text/vcard"
107+
baseName = "contact"
108+
isPlainText = true
109+
notAlternative = true
110+
89111
[outputs]
90112
home = ["HTML", "JSON"]

src/content/contact.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Eddie Webbinaro
3-
layout: contact
3+
layout: "contact"
4+
outputs: ["HTML","VCard"]
45
---
56

6-
[VCard Download](/Eddie_Webbinaro.vcf)
7+
[VCard Download](/contact.vcf)

src/data/experience.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
[
2+
{
3+
"role":"Solutions Engineering",
4+
"company":"Akuity",
5+
"summary":"Taming the chaos of cloud native infrastructure and application delivery with Akuity's platform.",
6+
"range":"October 2025 - Present"
7+
},
28
{
39
"role":"Sr. Director & Global Head of Field Engineering",
410
"company":"CircleCI",
511
"summary":"Driving pre-sales bookings and post-sales expansion through strong technical enablement and advisory services across North America, EMEA, APAC and Latin America",
6-
"range":"February 2024 - Present"
12+
"range":"February 2024 - October 2025"
713
},
814
{
915
"role":"Global Director, Head of Solutions Engineering",

src/static/Eddie_Webbinaro.vcf

Lines changed: 0 additions & 133 deletions
This file was deleted.

src/themes/resume

0 commit comments

Comments
 (0)