Skip to content

Commit

Permalink
add bluesky
Browse files Browse the repository at this point in the history
  • Loading branch information
bobkopp committed Apr 24, 2024
1 parent cbba1c4 commit 21da359
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
# in the templates via {{ site.myvariable }}.
title: Bob Kopp
email: robert-dot-kopp-at-rutgers.edu
bluesky:
id: "@bobkopp.net"
url: https://bsky.app/profile/bobkopp.net
mastodon:
id: [email protected]
url: https://fediscience.org/@bobkopp
Expand Down
9 changes: 9 additions & 0 deletions _includes/author-profile-custom-links.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@


{% if author.bluesky %}
<li>
<a rel="me" href="{{ author.bluesky.url }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
<i class="fa-brands fa-bluesky" aria-hidden="true"></i><span class="label">Bluesky</span>
</a>
</li>
{% endif %}

{% if author.mastodon %}
<li>
<a rel="me" href="{{ author.mastodon.url }}" itemprop="sameAs" rel="nofollow noopener noreferrer">
Expand Down
1 change: 1 addition & 0 deletions _pages/contact.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ author-profile: true
<div style="margin: 10px" itemscope itemtype="http://schema.org/Person">
<p>
<a href="mailto:{{ site.email }}" class="author-social" target="_blank"><i class="fa fa-fw fa-envelope-square"></i> Email</a> <br />
<a href="{{ site.bluesky.url }}" class="author-social" target="_blank"><i class="fab fa-fw fa-bluesky"></i> Bluesky</a> <br />
<a href="{{ site.mastodon.url }}" class="author-social" target="_blank"><i class="fab fa-fw fa-mastodon"></i> Mastodon</a> <br />
<a class="author-social" href="tel:+17322002705"><i class="fa fa-fw fa-phone-square"></i> Phone: +1-732-200-2705</a>
</p>
Expand Down

0 comments on commit 21da359

Please sign in to comment.