0.0.3 • Published 1 month ago

kerouac-blog v0.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
1 month ago

kerouac-blog

This is a Kerouac plugin for writing and publishing a blog, including RSS and Atom feeds.

Install

$ npm install kerouac-blog

Usage

Plug kerouac-blog into your site, specifying the directory that contains your blog's articles.

site.plug(require('kerouac-blog')('blog'));

Tests

$ npm install
$ make test

Build Status David DM

Credits

License

The MIT License

Copyright (c) 2013 Jared Hanson [http://jaredhanson.net/](http://jaredhanson.net/)