P233 / 3-Jekyll

This repo is no longer maintained.
403 stars 157 forks source link

Adding highlighter: rouge in _config.yml #17

Open lzz5235 opened 9 years ago

lzz5235 commented 9 years ago

When I upgrade from old version and generate the jekyll at localhost Something wrong happened in yajl:

Liquid Exception: cannot load such file -- yajl/yajl in _posts/2015-03-08-welcome-to-jekyll.markdown /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:135:in `require': cannot load such file -- yajl/yajl (LoadError)

I update the yajl but the situation does not change.So we can install rouge: gem install rouge

Adding one line in _config.yml. Then the jekyll could generate at localhost.

Signed-off-by: Li Zhaozhong ldm5235@gmail.com