diff --git a/.gitignore b/.gitignore index bd5d18888f296..6b19f2b5bcbd2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ _site/ +Gemfile.lock diff --git a/Gemfile b/Gemfile index 1629566cf4197..9af5ff7746be9 100644 --- a/Gemfile +++ b/Gemfile @@ -9,12 +9,12 @@ source "https://rubygems.org" # This will help ensure the proper Jekyll version is running. # Happy Jekylling! -gem "github-pages", group: :jekyll_plugins + gem 'github-pages', '~> 214', group: :jekyll_plugins # If you want to use Jekyll native, uncomment the line below. # To upgrade, run `bundle update`. -# gem "jekyll" + gem "jekyll" gem "wdm", "~> 0.1.0" if Gem.win_platform? diff --git a/_pages/publications.md b/_pages/publications.md index de7be7200181a..5f7d30b97fba9 100644 --- a/_pages/publications.md +++ b/_pages/publications.md @@ -4,6 +4,9 @@ title: "Publications" permalink: /publications/ author_profile: true --- +{% if page.author and site.data.authors[page.author] %} + {% assign author = site.data.authors[page.author] %}{% else %}{% assign author = site.author %} +{% endif %} {% if author.googlescholar %} You can also find my articles on my Google Scholar profile.