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