Skip to content

Instantly share code, notes, and snippets.

@radamant
Created April 25, 2011 05:20
Show Gist options
  • Save radamant/940192 to your computer and use it in GitHub Desktop.
Save radamant/940192 to your computer and use it in GitHub Desktop.
corny pseudo-js-english description of a web site
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