Skip to content

Commit

Permalink
Add Academicons
Browse files Browse the repository at this point in the history
  • Loading branch information
a-paxton committed Jul 17, 2017
1 parent bac6873 commit 1c3f60a
Show file tree
Hide file tree
Showing 9 changed files with 434 additions and 14 deletions.
22 changes: 11 additions & 11 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,16 @@ atom_feed:
path : # blank (default) uses feed.xml

# SEO Related
google_site_verification :
google_site_verification :
bing_site_verification :
alexa_site_verification :
yandex_site_verification :

# Social Sharing
twitter:
username : &twitter
username : &twitter
facebook:
username :
username :
app_id :
publisher :
og_image : # Open Graph/Twitter default site image
Expand All @@ -72,7 +72,7 @@ social:
analytics:
provider : "google-universal" # false (default), "google", "google-universal", "custom"
google:
tracking_id :
tracking_id :


# Site Author
Expand All @@ -81,20 +81,20 @@ author:
avatar : "profile.png"
bio : "Your biography for the left-hand sidebar"
location : "Location"
employer :
employer :
googlescholar : "http://yourfullgooglescholarurl.com"
email :
uri :
email :
uri :
bitbucket :
codepen :
dribbble :
flickr :
facebook :
facebook :
foursquare :
github : "academicpages"
google_plus :
keybase :
instagram :
instagram :
lastfm :
linkedin :
orcid : "http://orcid.org/yourorcidurl"
Expand All @@ -108,7 +108,7 @@ author:
weibo :
xing :
youtube :
wikipedia :
wikipedia :


# Reading Files
Expand Down Expand Up @@ -237,7 +237,7 @@ defaults:
layout: talk
author_profile: true
share: true

# Sass/SCSS
sass:
sass_dir: _sass
Expand Down
4 changes: 2 additions & 2 deletions _includes/author-profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ <h3 class="author__name">{{ author.name }}</h3>
<li><a href="https://vine.co/u/{{ author.vine }}"><i class="fa fa-fw fa-vine" aria-hidden="true"></i> Vine</a></li>
{% endif %}
{% if author.googlescholar %}
<li><a href="{{ author.googlescholar }}"><i class="fa fa-fw fa-chain" aria-hidden="true"></i> Google Scholar</a></li>
<li><a href="{{ author.googlescholar }}"><i class="ai ai-google-scholar-square" aria-hidden="true"></i> Google Scholar</a></li>
{% endif %}
{% if author.orcid %}
<li><a href="{{ author.orcid }}"><i class="fa fa-fw fa-chain" aria-hidden="true"></i> ORCID</a></li>
<li><a href="{{ author.orcid }}"><i class="ai ai-orcid-square" aria-hidden="true"></i> ORCID</a></li>
{% endif %}
{% if author.wikipedia %}
<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>
Expand Down
2 changes: 1 addition & 1 deletion _includes/head/custom.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
<meta name="msapplication-TileImage" content="{{ base_path }}/images/mstile-144x144.png?v=M44lzPylqQ">
<meta name="msapplication-config" content="{{ base_path }}/images/browserconfig.xml?v=M44lzPylqQ">
<meta name="theme-color" content="#ffffff">

<link rel="stylesheet" href="{{ base_path }}/assets/css/academicons.css"/>
<!-- end custom head snippets -->
Loading

0 comments on commit 1c3f60a

Please sign in to comment.