Skip to content

Commit 9b5c007

Browse files
committed
Update LinkedIn URL to correct profile link
1 parent d145f14 commit 9b5c007

1 file changed

Lines changed: 9 additions & 4 deletions

File tree

_config.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ paginate_path: "/blog/page:num/"
1111
author:
1212
name: devnomadic
1313
github: devnomadic
14+
email: drew@devnomadic.com
1415
bio: "Software engineer and digital nomad currently exploring the world. I write about remote work, travel, and building software from anywhere."
1516
avatar: "/assets/avatar.gif"
1617

@@ -24,7 +25,8 @@ plugins:
2425
# Social links
2526
social:
2627
github: devnomadic
27-
twitter: devnomadic
28+
linkedin: drewkennedy
29+
email: drew@devnomadic.com
2830

2931
# Theme settings
3032
dash:
@@ -36,9 +38,12 @@ dash:
3638
- url: https://github.com/devnomadic
3739
icon: github-square
3840
color: purple
39-
- url: https://twitter.com/devnomadic
40-
icon: twitter-square
41-
color: cyan
41+
- url: https://www.linkedin.com/in/drewkennedy
42+
icon: linkedin-square
43+
color: blue
44+
- url: mailto:drew@devnomadic.com
45+
icon: envelope-square
46+
color: green
4247
disqus:
4348
shortname: devnomadic
4449

0 commit comments

Comments
 (0)