Skip to content

Commit

Permalink
Add Bluesky to socials
Browse files Browse the repository at this point in the history
  • Loading branch information
Matojeje committed Aug 20, 2024
1 parent 1e2a42c commit abd0b4e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion content/bois.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,9 @@
"nemi": {
"display": "Nemi",
"socials": {
"github": "@Assimileafy"
"github": "Assimileafy",
"twitter": "@assimileafy",
"bluesky": "assimileafy.bsky.social"
}
}
}
Binary file modified public/chocoicon.woff2
Binary file not shown.
6 changes: 6 additions & 0 deletions src/components/contributors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ const brandLookup = {
url: (at: string) => `https://${at}.itch.io/`,
icon: () => <i className='fa-brands fa-itch-io' />,
},
bluesky: {
name: (at: string) => `Bluesky: ${at}`,
color: () => "#0285FF",
url: (at: string) => `https://bsky.app/profile/${at}`,
icon: () => <i className='icon-bluesky' />,
},
}

const brand = (key: string) => brandLookup[key as keyof typeof brandLookup];
Expand Down

0 comments on commit abd0b4e

Please sign in to comment.