This is a liquid filter to convert an email to a gravatar URL.
Put to_gravatar.rb in your Jekyll _plugins directory.
{{ '[email protected]' | to_gravatar }} => http://www.gravatar.com/avatar/8ab058066d75ea5b7e613094a7676d82
See gravatar filter on my blog.
See LICENSE file.