Skip to content

Commit 79eba87

Browse files
committed
Social Bluesky
1 parent fd36d70 commit 79eba87

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ footer-links:
3030
rss: swissky # just type anything here for a working RSS icon
3131
twitter: pentest_swissky
3232
mastodon: swissky
33+
bluesky: swissky.bsky.social
3334
stackoverflow: # your stackoverflow profile, e.g. "users/50476/bart-kiers"
3435
youtube: # channel/<your_long_string> or user/<user-name>
3536
googleplus: # anything in your profile username that comes after plus.google.com/

_includes/svg-icons.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
{% if site.footer-links.pinterest %}<a href="https://www.pinterest.com/{{ site.footer-links.pinterest }}"><i class="svg-icon pinterest"></i></a>{% endif %}
99
{% if site.footer-links.rss %}<a href="{{ site.baseurl }}/feed.xml"><i class="svg-icon rss"></i></a>{% endif %}
1010
{% if site.footer-links.twitter %}<a href="https://www.twitter.com/{{ site.footer-links.twitter }}"><i class="svg-icon twitter"></i></a>{% endif %}
11+
{% if site.footer-links.bluesky %}<a href="https://bsky.app/profile//{{ site.footer-links.bluesky }}"><i class="svg-icon bluesky"></i></a>{% endif %}
1112
{% if site.footer-links.mastodon %}<a href="https://infosec.exchange/@{{ site.footer-links.mastodon }}"><i class="svg-icon mastodon"></i></a>{% endif %}
1213
{% if site.footer-links.stackoverflow %}<a href="http://stackoverflow.com/{{ site.footer-links.stackoverflow }}"><i class="svg-icon stackoverflow"></i></a>{% endif %}
1314
{% if site.footer-links.youtube %}<a href="https://youtube.com/{{ site.footer-links.youtube }}"><i class="svg-icon youtube"></i></a>{% endif %}

_sass/_svg-icons.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@
3939
background-color: #000000;
4040
border-radius: 50px;
4141
}
42+
&.bluesky {
43+
background-image: url(images/logo/bluesky.svg);
44+
background-size: cover;
45+
background-color: #000000;
46+
border-radius: 50px;
47+
}
4248

4349

4450

images/logo/bluesky.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)