Created
March 4, 2013 19:41
-
-
Save c0bra/5084874 to your computer and use it in GitHub Desktop.
Docpad exchange.json with https:// skeleton repo urls
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
| { | |
| "skeletons": { | |
| "HTML5 Boilerplate": { | |
| "branch": "docpad-6.x", | |
| "repo": "https://github.com/docpad/html5-boilerplate.docpad.git", | |
| "description": "HTML5 Boilerplate skeleton for DocPad. Bare essentials for building a modern website with best practices." | |
| }, | |
| "HTML5 Boilerplate with Grunt": { | |
| "branch": "master", | |
| "repo": "https://github.com/lukekarrys/html5-boilerplate.docpad.git", | |
| "description": "The HTML5 Boilerplate skeleton with Grunt for concatenation and minification of assets." | |
| }, | |
| "Twitter Bootstrap": { | |
| "branch": "docpad-6.x", | |
| "repo": "https://github.com/docpad/twitter-bootstrap.docpad.git", | |
| "description": "Simple and flexible HTML, CSS, and Javascript for popular user interface components and interactions." | |
| }, | |
| "Twitter Bootstrap with Jade": { | |
| "branch": "master", | |
| "repo": "https://github.com/docpad/twitter-bootstrap-jade.docpad.git", | |
| "description": "Twitter Bootstrap skeleton for DocPad developed using Jade (a HAML alternative for Node.js)." | |
| }, | |
| "Kitchensink": { | |
| "branch": "docpad-6.x", | |
| "repo": "https://github.com/docpad/kitchensink.docpad.git", | |
| "description": "A DocPad Skeleton useful for showcasing different features and functionality of DocPad. Implemented using Twitter Bootstrap." | |
| }, | |
| "Hogan": { | |
| "branch": "docpad-6.x", | |
| "repo": "https://github.com/docpad/hogan.docpad.git", | |
| "description": "A DocPad Skeleton based off Twitter's Hogan.js Project Page." | |
| }, | |
| "Benjamin Lupton's Website": { | |
| "branch": "master", | |
| "repo": "https://github.com/balupton/balupton.docpad.git", | |
| "description": "Use Benjamin Lupton's website - http://balupton.com - as the base for your own :)" | |
| }, | |
| "DocPad's Website": { | |
| "branch": "master", | |
| "repo": "https://github.com/bevry/docpad-website.git", | |
| "description": "The DocPad Website. Open-Sourced for your Educational Pleasure. All rights still reserved at this point in time." | |
| }, | |
| "NodeChat": { | |
| "branch": "master", | |
| "repo": "https://github.com/balupton/nodechat.docpad.git", | |
| "description": "Node Chat, built using Socket.io, DocPad, Backbone.js and Twitter Bootstrap" | |
| }, | |
| "SlidePad": { | |
| "branch": "master", | |
| "repo": "https://github.com/georgeOsdDev/slidepad.git", | |
| "description": "Create HTML5 Presentations easily with DocPad" | |
| }, | |
| "Reveal.js": { | |
| "branch": "master", | |
| "repo": "https://github.com/DjebbZ/revealjs-docpad.git", | |
| "description": "Create Reveal.js presentations easily with DocPad" | |
| }, | |
| "Conference Boilerplate": { | |
| "branch": "master", | |
| "repo": "https://github.com/braziljs/conf-boilerplate.git", | |
| "description": "A kickstart to create websites for conference/events" | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment