Closed faichelbaum closed 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
Yes, it needs to be in the :jekyll_plugins
group to be correctly catched by Jekyll. Glad you found the solution :)
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 ?