Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The plugin doesn't work for me #5

Open
etairi opened this issue May 2, 2015 · 3 comments
Open

The plugin doesn't work for me #5

etairi opened this issue May 2, 2015 · 3 comments

Comments

@etairi
Copy link

etairi commented May 2, 2015

I have a Jekyll blog and it is hosted in GitHub Pages, but because GitHub Pages doesn't allow plugins, I need to create the static page where I will use your plugin and then push it into the GitHub.

I already installed the ImageMagick and RMagick, and because I didn't have _plugins folder in my Jekyll I created it, and put your galleries.rb file there. Then, in the Gemfile, I included the following line gem 'rmagick'

Afterwards, in the _config.yml file, I included these lines:

gallerytag:
dir: images/galleries
url: /images/galleries
thumb_width: 150
thumb_height: 150
columns: 4

gems: [galleries]

Finally, I made a post which uses your plugin, and when I tried to run bundle exec jekyll build, in order to build everything, I got an error message saying:

require cannot load such file -- galleries (LoadError)

If I remove the above gems: [galleries] line, and try to do the build, then I get the error message saying that the IMG_1424-thumb.JPG doesn't exist. And it doesn't exist. Simply, the plugin is not creating thumbnails when I do the build.

Any idea what the problem might be, and how to solve it?

@codyfinn
Copy link

codyfinn commented May 3, 2015

I would actually suggest this plugin. That is what I actually based my code off of. I had forgotten since some time has passed and it has been a hectic semester.

@etairi
Copy link
Author

etairi commented May 3, 2015

But that one doesn't seem to allow a lot of customizations, for example, I don't see there the option to enlarge the image when clicked, or the option to add caption.

@dkromp
Copy link

dkromp commented Apr 14, 2016

Plugin doesn't work for me either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants