From 977d304b6a614e64024231bb4efa46f09070bfb4 Mon Sep 17 00:00:00 2001 From: Josh Tynjala Date: Fri, 22 Nov 2024 10:07:00 -0800 Subject: [PATCH] social media: bluesky --- _data/social-media.json | 7 +++++++ _includes/footer.html | 1 + static/img/bluesky-logo.svg | 4 ++++ 3 files changed, 12 insertions(+) create mode 100644 static/img/bluesky-logo.svg 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