jsjohnst / wheat

Wheat is a blog engine for coders written in node.JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wheat

Wheat is a blogging engine that reads a git repo full of markdown articles and presents them as a website.

How to Install

Clone the repository, and then run the included install script.

git clone git://github.com/creationix/wheat.git
cd wheat
./install.sh

That's it! Checkout the wheat branch of howtonode.org for an example of how to use the library.

http://github.com/creationix/howtonode.org

About

Wheat is a blog engine for coders written in node.JS