pattex / jekyll-tagging

Jekyll plugin to automatically generate a tag cloud and tag pages.
385 stars 76 forks source link

Dependency Error: Yikes! It looks like you don't have jekyll-tagging #59

Open sachin-gupta opened 7 years ago

sachin-gupta commented 7 years ago

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/!

tryjigs commented 7 years ago

In _config.yml, make sure to import as jekyll/tagging. Slash instead of dash.

mihaipopescu commented 6 years ago

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.

kanmeugne commented 3 years ago

had the the same issue with graphviz plugin and this solved the problem