jekyll-cloudinary
jekyll-cloudinary copied to clipboard
Jekyll plugin adding a Liquid tag for Cloudinary, for better responsive images
Hello, thanks for building this plugin. From reading the documentation, I understand that setting `only_prod: false` should always generate image tags with their cloudinary URL. However, when running Jekyll locally,...
Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. Release notes Sourced from rubocop's releases. RuboCop 1.12 New features #9615: Add new Style/StringChars cop. (@βkoic) #9629: Add AllowParenthesesInStringInterpolation configuration...
Hi, In my case, the Cloudinary plugin follows the permalink's path defined in Front Matter instead of trying to look for the images in the `origin_url` I previously specified. As...
I don't know if I'm being a complete idiot (I probably am) but for some reason the locals paths aren't being found when I run my server. For example, if...
Updates the requirements on [bundler](https://github.com/rubygems/rubygems) to permit the latest version. Release notes Sourced from bundler's releases. bundler-v2.2.0 Enhancements: New gem template: prefer require_relative to require #4066 Always show underlying error...
When using the non-production-mode (`only_prod: true`) the captions aren't written to the page, they only appear on the page when compiling for production, which is not very good when developing/writing...
Hi, I have set `verbose: false` even explicitly. And I imagine that the call for the image happens to Cloudinary, not from my project folder, but still for every image...
First of all, thanks for the great plugin π When I set `only_prod: true` the prod-code which gets created doesn't contain the cloudinary tags and uses the local images, which...
First of all, thank you for the Plugin Nicolas! I just finished implementing 'jekyll-cloudinary' on my site - Everything worked properly, the only issue is that my build-times went from...
From a comment by @judsonlmoore in #51 : https://github.com/nhoizey/jekyll-cloudinary/issues/51#issuecomment-516787218