diff --git a/_config.yml b/_config.yml index 41fe912..47c0a4e 100755 --- a/_config.yml +++ b/_config.yml @@ -30,6 +30,7 @@ footer-links: rss: swissky # just type anything here for a working RSS icon twitter: pentest_swissky mastodon: swissky + bluesky: swissky.bsky.social stackoverflow: # your stackoverflow profile, e.g. "users/50476/bart-kiers" youtube: # channel/ or user/ googleplus: # anything in your profile username that comes after plus.google.com/ diff --git a/_includes/svg-icons.html b/_includes/svg-icons.html index cb3b5ed..9b0e2ee 100755 --- a/_includes/svg-icons.html +++ b/_includes/svg-icons.html @@ -8,6 +8,7 @@ {% if site.footer-links.pinterest %}{% endif %} {% if site.footer-links.rss %}{% endif %} {% if site.footer-links.twitter %}{% endif %} +{% if site.footer-links.bluesky %}{% endif %} {% if site.footer-links.mastodon %}{% endif %} {% if site.footer-links.stackoverflow %}{% endif %} {% if site.footer-links.youtube %}{% endif %} diff --git a/_sass/_svg-icons.scss b/_sass/_svg-icons.scss index 10697e3..0eefe2c 100755 --- a/_sass/_svg-icons.scss +++ b/_sass/_svg-icons.scss @@ -39,6 +39,12 @@ background-color: #000000; border-radius: 50px; } + &.bluesky { + background-image: url(images/logo/bluesky.svg); + background-size: cover; + background-color: #000000; + border-radius: 50px; + } diff --git a/images/logo/bluesky.svg b/images/logo/bluesky.svg new file mode 100644 index 0000000..0f25b8b --- /dev/null +++ b/images/logo/bluesky.svg @@ -0,0 +1 @@ + \ No newline at end of file