fabien / kerouac-blog

Blog plugin for Kerouac.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/>

About

Blog plugin for Kerouac.

License:MIT License


Languages

Language:JavaScript 100.0%