3-Jekyll icon indicating copy to clipboard operation
3-Jekyll copied to clipboard

Adding highlighter: rouge in _config.yml

Open lzz5235 opened this issue 10 years ago • 0 comments

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 [email protected]

lzz5235 avatar Mar 17 '15 07:03 lzz5235