jekyll-money

By jhabdas

A Jekyll plugin for dealing with money. Because we all have to at some point. Works by extending the functionality of the popular money RubyGem. Intends to become a full-featured way to work with money in Jekyll.

To install, add this to your Gemfile:

gem "jekyll-money"

and run bundle install. To use, run Jekyll with bundle exec preceding it:

$ bundle exec jekyll build
$ bundle exec jekyll serve

Source code