diff --git a/_config.yml b/_config.yml index ea78d76..58d17b0 100644 --- a/_config.yml +++ b/_config.yml @@ -17,10 +17,11 @@ last_updated: # leave blank if you don't want to display last updated # ----------------------------------------------------------------------------- # Social integration # ----------------------------------------------------------------------------- -github_username: # put your github username -twitter_username: # put your twitter username -linkedin_username: # put your linkedin username -scholar_authorid: # put your google scholar author id +github_username: # your GitHub user name +twitter_username: # your Twitter handle +linkedin_username: # your LinkedIn user name +scholar_userid: # your Google Scholar ID +orcid_id: # your ORCID ID contact_note: > You can even add a little note about which of these is the best way to reach you. @@ -76,8 +77,8 @@ highlighter: pygments # Includes include: ['_pages'] -# Gems -gems: +# Plug-ins +plugins: - jekyll-email-protect - jekyll-paginate - jekyll/scholar diff --git a/_includes/social.html b/_includes/social.html index 4edb76d..4a041bc 100644 --- a/_includes/social.html +++ b/_includes/social.html @@ -1,11 +1,12 @@
- - - - - + {% if site.orcid_id %}{% endif %} + {% if site.scholar_userid %}{% endif %} + {% if site.github_username %}{% endif %} + {% if site.linkedin_username %}{% endif %} + {% if site.twitter_username %}{% endif %} + {% if site.strava_userid %}{% endif %}