This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var express = require('express'); | |
var cookieParser = require('cookie-parser'); | |
var session = require('express-session'); | |
var flash = require('express-flash'); | |
var handlebars = require('express-handlebars') | |
var app = express(); | |
var sessionStore = new session.MemoryStore; | |
// View Engines |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Add this to your .bashrc/.profile to make Kirby dance in your command prompt! E.g., | |
# | |
# rob@hal ~ $ (>'.')> | |
# rob@hal ~ $ ^('.')^ | |
# rob@hal ~ $ <('.'<) | |
# rob@hal ~ $ ^('.')^ | |
# rob@hal ~ $ (>'.')> | |
# | |
# Moved from it's original location at http://pastebin.com/ftR6mtPg |