Skip to content

Commit 91efbd1

Browse files
committed
add keybase to social links
1 parent b192668 commit 91efbd1

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed
Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Patrick Miller
33
4-
# image: "/images/avatar.png"
4+
# image: "/images/avatar.png" # template uses image first, falls back to gravatar email icon
55
description: this is meta description
66
social:
77
- name: github
@@ -11,6 +11,10 @@ social:
1111
- name: linkedin
1212
icon: fa-brands fa-linkedin
1313
link: https://linkedin.com/in/patgmiller
14+
15+
- name: keybase
16+
icon: fa-solid fa-key
17+
link: https://keybase.io/patgmiller
1418
---
1519

16-
Software Engineer, tech enthusiast, and aspiring human being.
20+
Software Engineer, DevOps, tech enthusiast, and aspiring human being.

data/social.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@
88
{
99
"name": "linkedin",
1010
"icon": "fab fa-linkedin",
11-
"link": "https://www.linkedin.com/in/patgmiller/"
11+
"link": "https://www.linkedin.com/in/patgmiller"
12+
},
13+
{
14+
"name": "keybase",
15+
"icon": "fa-solid fa-key",
16+
"link": "https://keybase.io/patgmiller"
1217
}
1318
]
1419
}

0 commit comments

Comments
 (0)