Skip to content

Commit 72377b2

Browse files
g-oikonomoualshedivat
authored andcommitted
Add social buttons: Publons, ResearchGate and Blogger (alshedivat#65)
* Add social button: Publons * Add social button: ResearchGate * Add social button: Blogger
1 parent 31b3f68 commit 72377b2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

_config.yml

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ scholar_userid: # your Google Scholar ID
2424
orcid_id: # your ORCID ID
2525
medium_username: # your Medium username
2626
quora_username: # your Quora username
27+
publons_id: # your ID on Publons
28+
research_gate_profile: # your profile on ResearchGate
29+
blogger_url: # your blogger URL
2730

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

_includes/social.html

+3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@
33
{% if site.email %}<a href="mailto:{{ site.email | encode_email }}"><i class="fas fa-envelope"></i></a>{% endif %}
44
{% if site.orcid_id %}<a href="https://orcid.org/{{ site.orcid_id }}" target="_blank" title="ORCID"><i class="ai ai-orcid"></i></a>{% endif %}
55
{% if site.scholar_userid %}<a href="https://scholar.google.com/citations?user={{ site.scholar_userid }}" target="_blank" title="Google Scholar"><i class="ai ai-google-scholar"></i></a>{% endif %}
6+
{% if site.publons_id %}<a href="https://publons.com/a/{{ site.publons_id }}/" target="_blank" title="Publons"><i class="ai ai-publons"></i></a>{% endif %}
7+
{% if site.research_gate_profile %}<a href="https://www.researchgate.net/profile/{{site.research_gate_profile}}/" target="_blank" title="ResearchGate"><i class="ai ai-researchgate"></i></a>{% endif %}
68
{% if site.github_username %}<a href="https://github.com/{{ site.github_username }}" target="_blank" title="GitHub"><i class="fab fa-github"></i></a>{% endif %}
79
{% if site.linkedin_username %}<a href="https://www.linkedin.com/in/{{ site.linkedin_username }}" target="_blank" title="LinkedIn"><i class="fab fa-linkedin"></i></a>{% endif %}
810
{% if site.twitter_username %}<a href="https://twitter.com/{{ site.twitter_username }}" target="_blank" title="Twitter"><i class="fab fa-twitter"></i></a>{% endif %}
911
{% 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 %}
1012
{% if site.medium_username %}<a href="https://medium.com/@{{ site.medium_username }}" target="_blank" title="Medium"><i class="fab fa-medium"></i></a>{% endif %}
1113
{% 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 %}
14+
{% if site.blogger_url %}<a href="{{ site.blogger_url }}" target="_blank" title="Blogger"><i class="fab fa-blogger-b"></i></a>{% endif %}
1215
</span>
1316

1417
<div class="col three caption">

0 commit comments

Comments
 (0)