Skip to content

Commit

Permalink
Add the bluesky social media account link
Browse files Browse the repository at this point in the history
  • Loading branch information
just1602 committed Mar 17, 2024
1 parent eb97388 commit 6ca979f
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 0 deletions.
46 changes: 46 additions & 0 deletions app/assets/images/social-icons/bluesky.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions app/assets/stylesheets/2017/components/_social.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,7 @@
.link-domain-peertube { @include social-icon("peertube"); }
.link-domain-bandcamp { @include social-icon("bandcamp"); }
.link-domain-reddit { @include social-icon("reddit"); }
.link-domain-bsky, // the bluesky domain is bsky for now, but it may change or have more in the future
.link-domain-bluesky { @include social-icon("bluesky"); }
}
}
2 changes: 2 additions & 0 deletions app/helpers/links_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module LinksHelper
'CrimethInc. on Mastodon' => 'https://todon.eu/@CrimethInc',
'Crimethinc. on Facebook' => 'https://www.facebook.com/To-Change-Everything-103734818122357',
'Crimethinc. on Instagram' => 'https://instagram.com/crimethincredux',
'Crimethinc. on Bluesky' => 'https://crimethinc.bsky.social',
'CrimethInc. on Github' => 'https://github.com/crimethinc',
'CrimethInc. on Tumblr' => 'https://crimethinc.tumblr.com',
'CrimethInc. on Bandcamp' => 'https://crimethinc.bandcamp.com',
Expand All @@ -20,6 +21,7 @@ def social_links_by_domain
'Mastodon' => 'https://todon.eu/@crimethinc',
'Facebook' => 'https://www.facebook.com/To-Change-Everything-103734818122357',
'Instagram' => 'https://instagram.com/crimethincredux',
'Bluesky' => 'https://crimethinc.bsky.social',
'Github' => 'https://github.com/crimethinc',
'Telegram' => 'https://t.me/ExWorkers',
'Tumblr' => 'https://crimethinc.tumblr.com',
Expand Down

0 comments on commit 6ca979f

Please sign in to comment.