Skip to content

Commit 1c3f60a

Browse files
committed
Add Academicons
1 parent bac6873 commit 1c3f60a

9 files changed

+434
-14
lines changed

_config.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,16 @@ atom_feed:
4747
path : # blank (default) uses feed.xml
4848

4949
# SEO Related
50-
google_site_verification :
50+
google_site_verification :
5151
bing_site_verification :
5252
alexa_site_verification :
5353
yandex_site_verification :
5454

5555
# Social Sharing
5656
twitter:
57-
username : &twitter
57+
username : &twitter
5858
facebook:
59-
username :
59+
username :
6060
app_id :
6161
publisher :
6262
og_image : # Open Graph/Twitter default site image
@@ -72,7 +72,7 @@ social:
7272
analytics:
7373
provider : "google-universal" # false (default), "google", "google-universal", "custom"
7474
google:
75-
tracking_id :
75+
tracking_id :
7676

7777

7878
# Site Author
@@ -81,20 +81,20 @@ author:
8181
avatar : "profile.png"
8282
bio : "Your biography for the left-hand sidebar"
8383
location : "Location"
84-
employer :
84+
employer :
8585
googlescholar : "http://yourfullgooglescholarurl.com"
86-
email :
87-
uri :
86+
email :
87+
uri :
8888
bitbucket :
8989
codepen :
9090
dribbble :
9191
flickr :
92-
facebook :
92+
facebook :
9393
foursquare :
9494
github : "academicpages"
9595
google_plus :
9696
keybase :
97-
instagram :
97+
instagram :
9898
lastfm :
9999
linkedin :
100100
orcid : "http://orcid.org/yourorcidurl"
@@ -108,7 +108,7 @@ author:
108108
weibo :
109109
xing :
110110
youtube :
111-
wikipedia :
111+
wikipedia :
112112

113113

114114
# Reading Files
@@ -237,7 +237,7 @@ defaults:
237237
layout: talk
238238
author_profile: true
239239
share: true
240-
240+
241241
# Sass/SCSS
242242
sass:
243243
sass_dir: _sass

_includes/author-profile.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ <h3 class="author__name">{{ author.name }}</h3>
101101
<li><a href="https://vine.co/u/{{ author.vine }}"><i class="fa fa-fw fa-vine" aria-hidden="true"></i> Vine</a></li>
102102
{% endif %}
103103
{% if author.googlescholar %}
104-
<li><a href="{{ author.googlescholar }}"><i class="fa fa-fw fa-chain" aria-hidden="true"></i> Google Scholar</a></li>
104+
<li><a href="{{ author.googlescholar }}"><i class="ai ai-google-scholar-square" aria-hidden="true"></i> Google Scholar</a></li>
105105
{% endif %}
106106
{% if author.orcid %}
107-
<li><a href="{{ author.orcid }}"><i class="fa fa-fw fa-chain" aria-hidden="true"></i> ORCID</a></li>
107+
<li><a href="{{ author.orcid }}"><i class="ai ai-orcid-square" aria-hidden="true"></i> ORCID</a></li>
108108
{% endif %}
109109
{% if author.wikipedia %}
110110
<li><a href="https://en.wikipedia.org/wiki/User:{{ author.wikipedia }}"><i class="fa fa-fw fa-chain" aria-hidden="true"></i> Wikipedia</a></li>

_includes/head/custom.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
<meta name="msapplication-TileImage" content="{{ base_path }}/images/mstile-144x144.png?v=M44lzPylqQ">
2323
<meta name="msapplication-config" content="{{ base_path }}/images/browserconfig.xml?v=M44lzPylqQ">
2424
<meta name="theme-color" content="#ffffff">
25-
25+
<link rel="stylesheet" href="{{ base_path }}/assets/css/academicons.css"/>
2626
<!-- end custom head snippets -->

0 commit comments

Comments
 (0)