Created
April 25, 2011 05:20
-
-
Save radamant/940192 to your computer and use it in GitHub Desktop.
corny pseudo-js-english description of a web site
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 radamant = Site({ | |
supportsShittyBrowsers: false; | |
}); | |
radamant.addFeature( CodeGallery({ | |
interactive: true, | |
nonLinearPath: true, | |
linkable: true | |
})); | |
radamant.addFeature( Blog({ | |
engine: Jekyll(), | |
comments: false | |
})); | |
setTimeout(function(){ radamant.launch(); }, 3 * 24 * 60 * 1000); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment