block by Hypercubed 6636741

Drafting and publishing a blog post (in docpad) using [frontman](https://github.com/Hypercubed/frontman)

Drafting and publishing a blog post (in docpad) using frontman

Create a new blog post:

$  frontman new.html.md -t src/templates/draft_post.cson -o .
info:    Writing  [...]\src\drafts\new.html.md
It's saved!

Publishing blog post:

$ frontman  src/drafts/new.html.md -t src/templates/publish_post.cson -o .
info:    Writing  [...]\src\documents\archives\2013\09\20\new.html.md
It's saved!

draft_post.cson

publish_post.cson