diff --git a/src/_data/socialMedia.js b/src/_data/socialMedia.js index 5652aa3..6e8c7a2 100644 --- a/src/_data/socialMedia.js +++ b/src/_data/socialMedia.js @@ -6,10 +6,6 @@ const mastodon = { title: "Mastodon", url: "https://hachyderm.io/@hazelweakly", }; -const cohost = { - title: "Cohost", - url: "https://cohost.org/hazelweakly", -}; const linkedIn = { title: "LinkedIn", url: "https://www.linkedin.com/in/hazelweakly", @@ -22,14 +18,17 @@ const reddit = { title: "Reddit", url: "https://reddit.com/u/hazelweakly", }; +const bluesky = { + title: "Bluesky", + url: "https://bsky.app/profile/hazelweakly.me", +}; export default { github, mastodon, - cohost, linkedIn, discord, reddit, - all_socials: [github, mastodon, cohost, linkedIn, discord, reddit], + all_socials: [github, mastodon, bluesky, linkedIn, discord, reddit], socials: [github, mastodon, linkedIn], }; diff --git a/src/_includes/partials/bluesky.html b/src/_includes/partials/bluesky.html new file mode 100644 index 0000000..9b1fb60 --- /dev/null +++ b/src/_includes/partials/bluesky.html @@ -0,0 +1,13 @@ + + +