2

I'm building a webpage with jekyll and github pages. I would like to link to my google scholar profile in the same way I link to my github, with an icon at the bottom of the page.

I found out that this can be handled in _includes/social.html. However, I don't see any icon for scholar google. How can I get it into the page?

user1868607
  • 2,558
  • 1
  • 17
  • 38

1 Answers1

0

You can easily do it with Academicons.

  1. Install the Academicons icons and CSS files on your server.
  2. Add the academicons.css stylesheet into the page header:
<link rel="stylesheet" href="/path/to/folder/css/academicons.min.css"/>
  1. Add the icon to your page '_includes/social.html':
<i class="ai ai-google-scholar"></i>