From c40ac6997dfb06a8e795f95fee9549c3558cd798 Mon Sep 17 00:00:00 2001 From: Seonghyun Park Date: Mon, 26 Oct 2020 03:44:41 +0900 Subject: [PATCH] Add keybase badge (#132) --- _config.yml | 1 + _includes/social.html | 1 + 2 files changed, 2 insertions(+) diff --git a/_config.yml b/_config.yml index 7d2d45b..db8e770 100644 --- a/_config.yml +++ b/_config.yml @@ -49,6 +49,7 @@ quora_username: # your Quora username publons_id: # your ID on Publons research_gate_profile: # your profile on ResearchGate blogger_url: # your blogger URL +keybase_username: # your keybase user name contact_note: > You can even add a little note about which of these is the best way to reach you. diff --git a/_includes/social.html b/_includes/social.html index c706aff..df745e8 100644 --- a/_includes/social.html +++ b/_includes/social.html @@ -11,4 +11,5 @@ {% if site.quora_username %}{% endif %} {% if site.blogger_url %}{% endif %} {% if site.strava_userid %}{% endif %} + {% if site.keybase_username %}{% endif %}