Skip to content

Commit

Permalink
adding Bluesky to share providers
Browse files Browse the repository at this point in the history
  • Loading branch information
dad committed Nov 22, 2024
1 parent 8aba89e commit 3f54f4a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
11 changes: 4 additions & 7 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,14 +124,15 @@ JB :
# Sharing is for things like tweet, plusone, hn upvotes, like, linkedin
# Add a tweet button => provider : tweet
# Add a like button => provider : like (you also need a facebook appid)
# Add a plus one button => provider : plusone
# Add a HN button => provider : hn
# Add them all (i.e. hn + tweet + plusone + like) => provider : all
# Add them all (i.e. hn + tweet + like) => provider : all
# Set 'provider' to the sharing provider you want to use.
# Set 'provider' to false to turn sharing off globally.
#
sharing :
provider : tweet
provider : bluesky
bluesky :
size :
twitter :
size :
via :
Expand All @@ -142,10 +143,6 @@ JB :
font :
faces : false
width : 90
googleplus :
size : medium
width :
annotation : bubble
linkedin :
counter : right

Expand Down
4 changes: 3 additions & 1 deletion _includes/JB/sharing
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
{% when 'like' %}
{% include JB/sharing-providers/facebook %}
{% when 'tweet' %}
{% include JB/sharing-providers/twitter %}
{% include JB/sharing-providers/x %}
{% when 'post' %}
{% include JB/sharing-providers/bluesky %}
{% when 'plusone' %}
{% include JB/sharing-providers/googleplus %}
{% when 'linkedin' %}
Expand Down

0 comments on commit 3f54f4a

Please sign in to comment.