Skip to content

Commit daad28e

Browse files
committed
Added Bluesky to footer.
1 parent 8a650a7 commit daad28e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

_config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,9 @@ og_image: # The site-wide (default for all links) Open Graph preview image
6868
# -----------------------------------------------------------------------------
6969

7070
github_username: lagom-nlp # your GitHub user name
71-
gitlab_username: # your GitLab user name
7271
twitter_username: lagom_nlp # your Twitter handle
72+
bluesky_username: lagom-nlp
73+
gitlab_username: # your GitLab user name
7374
linkedin_username: # your LinkedIn user name
7475
scholar_userid: # your Google Scholar ID
7576
semanticscholar_id: # your Semantic Scholar ID

_includes/social.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
{%- if site.twitter_username -%}
2626
<a href="https://twitter.com/{{ site.twitter_username }}" title="Twitter"><i class="fab fa-twitter"></i></a>
2727
{% endif %}
28+
{%- if site.bluesky_username -%}
29+
<a href="https://bsky.app/profile/{{ site.bluesky_username }}.bsky.social" title="Bluesky"><i class="fab fa-bluesky"></i></a>
30+
{% endif %}
2831
{%- if site.medium_username -%}
2932
<a href="https://medium.com/@{{ site.medium_username }}" title="Medium"><i class="fab fa-medium"></i></a>
3033
{% endif %}

0 commit comments

Comments
 (0)