Open sachin-gupta opened 7 years ago
In _config.yml, make sure to import as jekyll/tagging. Slash instead of dash.
Seems like an inconsistency with the plugin name and the other jekyll plugins, thus the confusion.
plugins: [jekyll-paginate, jekyll-feed, jekyll/tagging]
I think it can be improved if it's clearly specified in the README what to add in _config.yml
.
had the the same issue with graphviz plugin and this solved the problem
Hi, I am already using
gem 'jekyll-tagging', '~> 1.0', '>= 1.0.1'
and correct configuration yet following error:Dependency Error: Yikes! It looks like you don't have jekyll-tagging 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 -- jekyll-tagging' If you run into trouble, you can find helpf ul resources at http://jekyllrb.com/help/!