Project

liquid-md5

0.02
No commit activity in last 3 years
No release in over 3 years
Adds md5 filter to Liquid.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

< 4.0, >= 3.0
>= 0
~> 3.0

Runtime

< 5.0, >= 2.5
 Project Readme

liquid-md5

Gem Version Build Status Dependency Status

A Liquid filter that outputs an MD5 hash

Installation

  1. Add gem 'liquid-md5' to your site's Gemfile and run bundle
  2. Add the following to your site's _config.yml:
gems:
  - liquid-md5

Usage

{{ site.email | md5 }}

Can be useful for generating Gravatar URLs from email addresses.

http://gravatar.com/avatar/{{ site.email | downcase | md5 }}?s=144