# jekyll-roman *A liquid filter for Jekyll that converts numbers into Roman numerals.* [![Gem Version](https://img.shields.io/gem/v/jekyll-roman.svg)](https://rubygems.org/gems/jekyll-roman) ## Installation 1. Add `gem 'jekyll-roman'` to your site’s Gemfile and run bundle 2. Add the following to your site’s `_config.yml`: ```yml gems: - jekyll-roman ``` ## Usage This filter takes any given whole number, and converts it. Any other types of string are ignored. For example, if you wish to display the year in your site’s copyright statement as roman numerals, you would write the following: ```html