Jump to content

I created a repository for a base HTML5 startup.


thatigibbyguy
 Share

Recommended Posts

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:

include("./breadcrumb.inc"); 

Also included is Soma's Markup Simple Module.

  • Like 6
Link to comment
Share on other sites

Thanks for posting this. Just wanted to say that you don't need to include all core and install files. Just the template and module folder would suffice. Or if you want you can use Profile Exporter module to export the setup as an install.

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...