Readme
Sample blog for EvilText site generator. See it live here http://blog-example.eviltext.com
Installation
Install Node.js. Follow instruction on the official Node.js site.
Install EvilText
npm install -p eviltext
Clone this repository or download it
git clone http://github.com/sinizinairina/eviltext-blog-example
Build and see it live
cd eviltext-blog-example
eviltext build
eviltext serve
Open http://localhost:3000 in your Browser