Closed timjore closed 9 years ago
Hi @timjore, you need to distinguish between the gem name jekyll-scholar
and the file to require jekyll/scholar
(conventional for Ruby Gems). Therefore, in your _config.yml
use jekyll/scholar
and it should work.
I am attempting to install jekyll-scholar with a theme that uses the
bundler
gem. I have added it to the config.yml:and also to the Gemfile:
then run
bundle install
which shows:but still receive errors when serving the site:
I have
citeproc-ruby
andbibtex-ruby
installed. Do I have something misconfigured or is the bundler not picking up something?