Skip to content

An Octopress plugin that embeds your Gravatar Hovercard in the sidebar

Notifications You must be signed in to change notification settings

afontaine/hovercard-octopress

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Plugin to display your Gravatar hovercard in the sidebar of your Octopress site. The "hovering" portion of the hovercard is not currently implemented.

Make sure you have filled out your Gravatar profile for information to show up in the cool card.

Every time you change your profile, you will have to regenerate your blog to update the hovercard. This may change in future development.

Live example at http://blog.afontaine.ca

Installation:

  1. Copy gravatar.html to your _includes/custom/asides directory.
  2. Copy gravatar.rb to your plugins directory.
  3. Update your _config.yml file to include a gravatar_email variable. Example below which is also in the provided _config.yml file:
# Gravatar
gravatar_email: youraddress@example.com
  1. Add gravatar.html to your default_asides variable in the _config.yml settings file. Example:
default_asides: [custom/asides/gravatar.html, custom/asides/about.html, ...]

Screenshots:

afontaine

About

An Octopress plugin that embeds your Gravatar Hovercard in the sidebar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%