jekyll_image_encode

By GSI

Liquid Tag that renders base64 codes of images fetched from the web

To install, add this to your Gemfile:

gem "jekyll_image_encode"

and run bundle install. To use, run Jekyll with bundle exec preceding it:

$ bundle exec jekyll build
$ bundle exec jekyll serve

Source code