Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding google scholar & research gate to social sites #62

Open
sabilab opened this issue Mar 13, 2020 · 1 comment
Open

Adding google scholar & research gate to social sites #62

sabilab opened this issue Mar 13, 2020 · 1 comment

Comments

@sabilab
Copy link

sabilab commented Mar 13, 2020

Hi,
First thanks a lot for this beautiful theme.
I would like to add a link to my researchgate profile as well as my google scholar profile.
How can I do this ? Could you add this to the list in _config.yml ?
Thanks in advance
Cordially,
Jean Ollion

@vineetparikh
Copy link

vineetparikh commented Jun 18, 2020

To add additional social icons, go to social-icons.html, and inside the "icons" ul, add additional elements. For example, for a resume, do

{%- if site.resume -%}
  <li><a href="{{- site.resume -}}" class="icon fa-file"><span class="label">Resume</span></a></li>
  {%- endif -%}

Once you have that, you'd need to add the variable and corresponding link to _config.yml (e.g. have the "resume" variable equalling the link to find the resume) and then you'll be set!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants