liquefy

liquefy

Liquid filter for Ruby based apps like jekyll.

liquefy

liquefy is a liquid filter for parsing and rendering input text that might implement unprocessed liquid tags within Ruby applications. It has been made with Jekyll in mind mainly.

Rubygem

You can clone this repo and use gem build liquefy.gemspec && gem install liquefy-*.*.*.gem in order to install it locally. Anyway, a remote gem is also provided.

Jekyll

If your need involve a Jekyll site just add the gem to your jekyll-plugins group, like:

group :jekyll_plugins do
    gem "liquefy", "~> 0.1.2"
end

Finally don't forget to run bundle install|update. Use gem for not "bundled" apps

Usage

    {{ text_with_liquid_tags | liquefy }}