Skip to content

Commit

Permalink
add stackoverflow id (alshedivat#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
pourmand1376 authored and cverluise committed Jan 15, 2023
1 parent 3587df7 commit b667e40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >
💌 Let's get in touch? Drop me a mail!
Expand Down
2 changes: 2 additions & 0 deletions _includes/social.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@
{% if site.keybase_username %}<a href="https://keybase.io/{{ site.keybase_username }}" target="_blank" title="Keybase"><i class="fab fa-keybase"></i></a>{% endif %}
{% if site.gitlab_username %}<a href="https://gitlab.com/{{ site.gitlab_username }}" target="_blank" title="GitLab"><i class="fab fa-gitlab"></i></a>{% endif %}
{% if site.dblp_url %}<a href="{{ site.dblp_url }}" target="_blank" title="DBLP"><i class="ai ai-dblp"></i></a>{% endif %}
{% 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 %}

0 comments on commit b667e40

Please sign in to comment.