Based on Node.js/Express.js and flat markdown files. This is the main (and only) code file,
containing all the logic and code, and is written in literate Coffeescript.
The Idea is that you just put your articles as markdown files (*.md) in the /posts
folder, and Influenza
takes care of all the other stuff.
Only the following npm modules are used:
express = require "express"
exphbs = require "express-handlebars"