errors when trying to run this theme with no changes
oconnor663 opened this issue · 3 comments
oconnor663 commented
I'm new to Jekyll, so apologies if any of this is my fault:
Configuration file: /tmp/white-paper/_config.yml
Deprecation: The 'pygments' configuration option has been renamed to 'highlighter'. Please update your config file accordingly. The allowed values are 'rouge', 'pygments' or null.
Deprecation: You appear to have pagination turned on, but you haven't included the `jekyll-paginate` gem. Ensure you have `gems: [jekyll-paginate]` in your configuration file.
Source: /tmp/white-paper
Destination: /tmp/white-paper/_site
Incremental build: disabled. Enable with --incremental
Generating...
Dependency Error: Yikes! It looks like you don't have pygments or one of its dependencies installed. In order to use Jekyll as currently configured, you'll need to install this gem. The full error message from Ruby is: 'cannot load such file -- pygments' If you run into trouble, you can find helpful resources at http://jekyllrb.com/help/!
Conversion error: Jekyll::Converters::Markdown encountered an error while converting '_posts/2014-02-14-how-to-use-facebook-page-albums-as-image-source-in-django.markdown':
pygments
ERROR: YOUR SITE COULD NOT BE BUILT:
------------------------------------
pygments
vinitkumar commented
@oconnor663 No problem, I am running jekyll 3.0.0
. It was mainly because of some deprecated gems. I have updated the config to work nicely with the latest jekyll and the branch is updated. (65dab99) Let me know if it works for you.
oconnor663 commented
Yep, now it works. I got a stacktrace because I didn't have jekyll-gist
installed, but after I installed that I was good. Thanks!
vinitkumar commented
Alright, closing this issue for now.