File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ sidebar:
24
24
telegram : # add your nickname without '@' sign
25
25
gitlab :
26
26
bitbucket :
27
+ bluesky : ' @jekyllrb.bsky.social' # Specify your full Bluesky handle
27
28
twitter : ' @jekyllrb'
28
29
stack-overflow : # Number/Username, e.g. 123456/alandoe
29
30
codewars :
Original file line number Diff line number Diff line change 72
72
< a href ="https://twitter.com/{{ sidebar.twitter }} " target ="_blank "> {{ sidebar.twitter }}</ a >
73
73
</ li >
74
74
{% endif %}
75
-
75
+
76
+ {% if sidebar.bluesky %}
77
+ {% assign bluesky_handle = sidebar.bluesky | remove: '@' %}
78
+ < li class ="bluesky "> < i class ="fab fa-bluesky "> </ i >
79
+ < a href ="https://bsky.app/profile/{{ bluesky_handle }} " target ="_blank "> {{ sidebar.bluesky }}</ a >
80
+ </ li >
81
+ {% endif %}
82
+
76
83
{% if sidebar.mastodon %}
77
84
{% assign mastodon_handle = sidebar.mastodon | split: '/' %}
78
85
< li class ="mastodon "> < i class ="fab fa-mastodon "> </ i >
You can’t perform that action at this time.
0 commit comments