Skip to content

Commit 467cca3

Browse files
committed
add my social media link
Change-Id: Icf1fa0b3b7e462d72904027c0d5fe8b15b645f74
1 parent e831f5d commit 467cca3

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

docs/public/assets/bsky-logo.svg

Lines changed: 4 additions & 0 deletions
Loading

src/components/blog-avatar/authors.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@
9696
"github": {
9797
"username": "pupiltong",
9898
"link": "https://github.com/pupiltong"
99+
},
100+
"bsky": {
101+
"username": "pupiltong.bsky.social",
102+
"link": "https://bsky.app/profile/pupiltong.bsky.social"
99103
}
100104
}
101105
},

src/components/blog-avatar/index.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import IconX from '@assets/x-logo.svg?react';
2+
import IconBsky from '@assets/bsky-logo.svg?react';
23
import {
34
IconGithubLogo,
45
IconGitlabLogo,
@@ -24,6 +25,9 @@ const brandSpList = {
2425
gitlab: {
2526
icon: <IconGitlabLogo />,
2627
},
28+
bsky: {
29+
icon: <IconBsky />,
30+
},
2731
default: {
2832
icon: <IconUserCircle />,
2933
},

0 commit comments

Comments
 (0)