aerobless / jekyll-photo-gallery

Jekyll plugin to generate nice photo galleries easily.
112 stars 27 forks source link

dependency error #8

Closed matejthetree closed 5 years ago

matejthetree commented 5 years ago

I get this error:

bundle exec jekyll serve

Configuration file: /Users/matejsimunic/ArtNomadProject/barber-jekyll/_config.yml
  Dependency Error: Yikes! It looks like you don't have /Users/matejsimunic/ArtNomadProject/barber-jekyll/_plugins/jekyll-generate-thumbnails.rb 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-minimagick' If you run into trouble, you can find helpful resources at https://jekyllrb.com/help/! 
jekyll 3.6.3 | Error:  /Users/matejsimunic/ArtNomadProject/barber-jekyll/_plugins/jekyll-generate-thumbnails.rb

although I have correct file.

I tried to import this gallery into my template

matejthetree commented 5 years ago

I needed to manually add this line in Gemfile

  gem "mini_magick"
  gem "jekyll-minimagick"