This file contains hidden or 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
### Keybase proof | |
I hereby claim: | |
* I am davesherratt on github. | |
* I am davesherratt (https://keybase.io/davesherratt) on keybase. | |
* I have a public key whose fingerprint is 7C8D 3BC8 F366 AB9E 20DD 7960 8389 BAA6 9DD4 2B05 | |
To claim this, I am signing this object: |
This file contains hidden or 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
/** | |
* Page layout, reused across multiple Page components | |
* @jsx React.DOM | |
*/ | |
var React = require('react'); | |
var ExecutionEnvironment = require('react/lib/ExecutionEnvironment'); | |
var Navigation = require('../components/Navigation.jsx'); | |
var DefaultLayout = React.createClass({ |
This file contains hidden or 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 config = require('../config'); | |
var nickcolor = require('./nickcolor'); | |
var nodeStatic = require('node-static'); | |
var fs = require('fs'); | |
var path = require('path'); | |
var osHomedir = require('os-homedir'); | |
var mkdirp = require('mkdirp'); | |
var crypto = require('crypto'); | |
var logger = require('winston'); | |
var imgur = require('imgur'); |
OlderNewer