Skip to content

Commit c4729e7

Browse files
authored
add stackoverflow id (alshedivat#400)
1 parent 2519a5d commit c4729e7

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

_config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ work_url: # work page URL
6464
keybase_username: # your keybase user name
6565
wikidata_id: # your wikidata id
6666
dblp_url: # your DBLP profile url
67+
stackoverflow_id: #your stackoverflow id
6768

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

_includes/social.html

+2
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@
1515
{% if site.keybase_username %}<a href="https://keybase.io/{{ site.keybase_username }}" target="_blank" title="Keybase"><i class="fab fa-keybase"></i></a>{% endif %}
1616
{% if site.gitlab_username %}<a href="https://gitlab.com/{{ site.gitlab_username }}" target="_blank" title="GitLab"><i class="fab fa-gitlab"></i></a>{% endif %}
1717
{% if site.dblp_url %}<a href="{{ site.dblp_url }}" target="_blank" title="DBLP"><i class="ai ai-dblp"></i></a>{% endif %}
18+
{% if site.stackoverflow_id %}<a href="https://stackoverflow.com/users/{{ site.stackoverflow_id }}" target="_blank" title="Stackoverflow"><i class="fab fa-stack-overflow"></i></a>{% endif %}
19+

0 commit comments

Comments
 (0)