allenlsy / jekyll-galleries

Photo galleries plugin for Jekyll
12 stars 1 forks source link

Feature request: Easier install using gems: option in Jekyll config #6

Open paulrobertlloyd opened 9 years ago

paulrobertlloyd commented 9 years ago

It is quite common for Jekyll plugins with a gem dependancy, rather than adding a require line to _ext.rb in the _plugins folder, to instead add that requirement under the gems: option in the _config.yml file. Is it possible to modify the plugin so that the plugin can be installed as follows?

  1. Add gem 'jekyll-galleries' to your site's Gemfile
  2. Add the following to your site's _config.yml:
gems:
  - jekyll-galleries

Thanks!

Paul

j-mes commented 9 years ago

I am curious about this option as well. Will the plugin author be interested in developing this or has this project been abandoned?