Skip to content

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

Notifications You must be signed in to change notification settings

dungps/jekyll-gravatar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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 {{ 'admin@example.com' | gravatar }}. It'll return the link to your Gravatar

Example:

<img src="{{ 'admin@example.com' | gravatar }}" alt="My Gravatar">

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages