diff --git a/_data/social-media.json b/_data/social-media.json index ded3e86..328d1a9 100644 --- a/_data/social-media.json +++ b/_data/social-media.json @@ -5,5 +5,12 @@ "buttonText": "Follow on Mastodon", "image": "/img/mastodon-logo.png", "link": "https://fosstodon.org/@feathersui" + }, + { + "title": "Bluesky", + "content": "Follow @feathersui.bsky.social on Bluesky to get informed about the latest news and announcements.", + "buttonText": "Follow on Bluesky", + "image": "/img/bluesky-logo.svg", + "link": "https://bsky.app/profile/feathersui.bsky.social" } ] diff --git a/_includes/footer.html b/_includes/footer.html index 43d4cc9..96ca390 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -37,6 +37,7 @@
News & Updates
diff --git a/static/img/bluesky-logo.svg b/static/img/bluesky-logo.svg new file mode 100644 index 0000000..b60d51c --- /dev/null +++ b/static/img/bluesky-logo.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file