algolia / algoliasearch-jekyll

⚠ DEPRECATED Use jekyll-algolia instead.
https://community.algolia.com/jekyll-algolia/
MIT License
125 stars 12 forks source link

No subcommand "algolia" #24

Closed faichelbaum closed 8 years ago

faichelbaum commented 8 years ago

Hi

I followed the procedure from the readme (including the Gemfile, bundle install, ...) but when running jekyll help, I can't find the algolia subcommand

Any idea how to debug this ?

faichelbaum commented 8 years ago

Ok I found the issue.

In the Gemfile, I use to put the "gem 'algoliasearch-jekyll'" as a regular gem whereas I needed to add :

group :jekyll_plugins do gem 'algoliasearch-jekyll' end

pixelastic commented 8 years ago

Yes, it needs to be in the :jekyll_plugins group to be correctly catched by Jekyll. Glad you found the solution :)