barebones/README.md

32 lines
1.3 KiB
Markdown
Raw Normal View History

2012-11-14 00:42:34 +01:00
# barebones
2013-01-01 22:45:02 +01:00
A lightweight, skeletal, responsive WordPress boilerplate theme for HTML5 and beyond. Great as a starting point with powerful features to encourage rapid development for most projects.
2012-11-14 00:42:34 +01:00
## Features
2012-12-20 22:33:35 +01:00
* Reset, normalisation and base font/form styles
2013-01-17 22:32:30 +01:00
* Built for mobile first, expanding to 1200px (can be extended further)
* SASS powered - semantically named files all compiled into a single file
2013-02-03 20:26:53 +01:00
* Semantic use of HTML5 elements, includes Google HTML5 shiv and respond.js for IE8 Media Queries
2012-12-20 22:24:36 +01:00
* WAI-ARIA role ready
2013-02-03 20:26:53 +01:00
* Proprietary baseline and customisable, SASS generated horizontal grid
2012-12-20 22:24:36 +01:00
* Comes pre-bundled with latest CDN version of jQuery and fallback
2012-11-14 00:56:24 +01:00
* index.php Loop template
2012-12-20 22:18:50 +01:00
* Customised functions.php adding theme support for high customisation
* Minimised HTTP requests for high Web Performance
2012-12-20 22:24:36 +01:00
2012-12-20 22:33:35 +01:00
## WordPress Support
2012-12-20 22:24:36 +01:00
2013-01-01 19:43:01 +01:00
Compatible with WordPress 3.2 and above.
2012-12-20 22:24:36 +01:00
## Browser Support
2012-12-20 22:33:35 +01:00
The basic features are all tested from IE7+. Yet to be tested in any other browsers than modern Mozilla, Opera and WebKit builds but confident it would work in legacy versions.
## Preprocessors
Although barebones now utilises the powerful SASS CSS preprocessor, you don't have to use it. The main style.css file is not compressed so can be easily changed in a Text Editor.
2012-12-20 22:33:35 +01:00
## Credits
2013-02-03 20:26:53 +01:00
* [Twitter Bootstrap](http://getbootstrap.com "Twitter Bootstrap")