Skip to content

Commit c40ac69

Browse files
authored
Add keybase badge (alshedivat#132)
1 parent 66fb789 commit c40ac69

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

_config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ quora_username: # your Quora username
4949
publons_id: # your ID on Publons
5050
research_gate_profile: # your profile on ResearchGate
5151
blogger_url: # your blogger URL
52+
keybase_username: # your keybase user name
5253

5354
contact_note: >
5455
You can even add a little note about which of these is the best way to reach you.

_includes/social.html

+1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@
1111
{% if site.quora_username %}<a href="https://www.quora.com/profile/{{ site.quora_username }}" target="_blank" title="Quora"><i class="fab fa-quora"></i></a>{% endif %}
1212
{% if site.blogger_url %}<a href="{{ site.blogger_url }}" target="_blank" title="Blogger"><i class="fab fa-blogger-b"></i></a>{% endif %}
1313
{% if site.strava_userid %}<a href="https://www.strava.com/athletes/{{ site.strava_userid }}" target="_blank" title="Strava"><i class="fab fa-strava"></i></a>{% endif %}
14+
{% if site.keybase_username %}<a href="https://keybase.io/{{ site.keybase_username }}" target="_blank" title="Keybase"><i class="fab fa-keybase"></i></a>{% endif %}
1415
</span>

0 commit comments

Comments
 (0)