Total Pageviews

Thursday 20 February 2014

GuardPost

Watch Static Files, Convert them to Database Records (Mongoid, ActiveRecord, etc.).

Install

gem install guard-post
guard init post

Usage

This just tells you when a file has changed. You can use this for blogging with post-modern, which just reads a Markdown file with a YAML header (like in Jekyll), and syntax highlights the content (and executes inline Haml so you can use Haml in markdown for things like tables).

from https://github.com/viatropos/guard-post