From ce15b088f976fb6b91806d3092d363edff345742 Mon Sep 17 00:00:00 2001 From: Amir Pourmand Date: Sat, 25 Sep 2021 22:23:53 +0330 Subject: [PATCH] add stackoverflow id (#400) --- _config.yml | 1 + _includes/social.html | 2 ++ 2 files changed, 3 insertions(+) diff --git a/_config.yml b/_config.yml index f066a8c..4d83f24 100644 --- a/_config.yml +++ b/_config.yml @@ -64,6 +64,7 @@ work_url: # work page URL keybase_username: # your keybase user name wikidata_id: # your wikidata id dblp_url: # your DBLP profile url +stackoverflow_id: #your stackoverflow id 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 c783058..027fcc9 100644 --- a/_includes/social.html +++ b/_includes/social.html @@ -15,3 +15,5 @@ {% if site.keybase_username %}{% endif %} {% if site.gitlab_username %}{% endif %} {% if site.dblp_url %}{% endif %} +{% if site.stackoverflow_id %}{% endif %} +