No commit activity in last 3 years
No release in over 3 years
Jekyll plugin to converts English numerals to the corresponding Hindu-Arabic form.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.12
 Project Readme

jekyll-hinduarabic Gem Version

This is a Liquid filter for Jekyll which converts English numerals to the corresponding Hindu-Arabic form. Currently Jekyll provides no way to produce these form of numbers i.e. ۱۲۳۴۵۶۷۸۹۰ instead of 1234567890.

Installation

Append gem jekyll-hinduarabic to the plugins vector (formerly know as gems) of your website's _config.yml file. You can also put the jekyll-hinduarabic.rb file inside plugins directory of your website. You can install it from Rubygems too:

gem install jekyll-hinduarabic

Usage

Use it as a Liquid filter inside any Jekyll template:

{% page.date | habify %}

License

MIT