liquid-md5

By pathawks

A Liquid filter that outputs an MD5 hash. Can be useful for generating Gravatar URLs from email addresses

To install, add this to your Gemfile:

gem "liquid-md5"

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

$ bundle exec jekyll build
$ bundle exec jekyll serve

Source code