Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.03 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.03 KB

jekyll-hasty

Build Status

At this point of time the jquery.hasty plugin is still under development and incomplete! Since the jquery plugin is the heart of Hasty, you will still have to wait a bit until you can start using it. Sorry.

Preconditions

  • git repository
  • git remote at Github

Installation

gem install jekyll-hasty
# _plugins/ext.rb
require 'jekyll/hasty'

Add jquery plugin as described here: https://github.com/polarblau/hasty

Usage

In your posts use the hasty tag:

{% hasty_comments %}

Ensure your posts are committed.

WARNING!

This first version of jekyll-hasty monkey–patches Jekyll::Post by overriding/extending #to_liquid. It is definitely a goal to solve this otherwise in the future, either by forking Jekyll, suggesting the extension to original project or some other way.