jekyll-gravatar

jekyll-gravatar

A new filter for Jekyll that parses your email address and returns the link to your Gravatar.

Jekyll Gravatar

A new filter for Jekyll that parses your email address and returns the link to your Gravatar.

Installation

Place jekyll-gravatar.rb into your site's _plugins directory

Usage

Just use {{ '[email protected]' | gravatar }}. It'll return the link to your Gravatar

Example:

<img src="{{ '[email protected]' | gravatar }}" alt="My Gravatar">