Hey guys, I've created an initial ProcessWire bootstrap repository if any of you want to use it.
Try this, branch it out, do whatever you want with it.
https://bitbucket.org/thatgibbyguy/base_html5_processwire
The features of this bootstrap are:
HTML5 Boilerplate
Modernizr/HTML5 Shiv
Javascript Libraries:
Twitter Bootstrap Javascript Library
jQuery-1.8.2
jQueryUI-1.9.1
jQuery.fittext.js
jQuery.mobile-1.20
jQuery.scrollto-1.4.3.1
retina-0.0.2
CSS/LESS Frameworks:
font-awesome (not 3.0 yet)
KUBE Grid (in LESS)
Twitter Bootstrap Library (in LESS - library.less)
Base LESS file (style.less)
Key changes to Ryan's initial download are just that I took each one of his calls and abstracted them out as includes. So Ryan's functionality has been abstracted into the following includes:
Breadcrumbs -> breadcrumb.inc
Page Titles -> pagetitle.inc
Random Image -> randomimage.inc
Search -> search.inc
Sidebar -> sidebar.inc
For example, to add the breadcrumbs to your site, simply include it in your markup like so:
Also included is Soma's Markup Simple Module.