Skip to content

Commit acb7bc5

Browse files
committed
Add Bluesky social links
1 parent e5f3d67 commit acb7bc5

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ github_username: AntennaPod
99
mastodon_username: AntennaPod
1010
# Mastodon server: do not include protocol, domain only
1111
mastodon_server: fosstodon.org
12+
bluesky_username: AntennaPod.org
1213

1314
# Build settings
1415
markdown: kramdown

_includes/footer.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,13 @@
6767
</a>
6868
</p>
6969
{% endif %}
70+
{% if site.bluesky_username %}
71+
<p class="mb-2">
72+
<a class="mr-2" href="https://bsky.app/profile/{{ site.bluesky_username }}" target="_blank" rel="noopener">
73+
<i class="fa-brands fa-bluesky mr-1"></i>Bluesky
74+
</a>
75+
</p>
76+
{% endif %}
7077
{% if site.twitter_username %}
7178
<p class="mb-2">
7279
<a class="mr-2" href="https://twitter.com/{{ site.twitter_username }}" target="_blank" rel="noopener">

_includes/nav.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@
7878
<a class="mr-2 color-gray-900" href="https://github.com/{{ site.github_username }}" target="_blank"
7979
rel="noopener"><i class="fa-brands fa-github mr-1"></i>GitHub</a>
8080
{% endif %}
81+
{% if site.bluesky_username %}
82+
<a class="mr-2 color-gray-900" href="https://bsky.app/profile/{{ site.bluesky_username }}" target="_blank"
83+
rel="noopener"><i class="fa-brands fa-bluesky mr-1"></i>Bluesky</a>
84+
{% endif %}
8185
{% if site.twitter_username %}
8286
<a class="mr-2 color-gray-900" href="https://twitter.com/{{ site.twitter_username }}" target="_blank"
8387
rel="noopener"><i class="fa-brands fa-x-twitter mr-1"></i>Twitter</a>

0 commit comments

Comments
 (0)