Go to file
Mike Francis f4b77066e5 Update script.js 2013-09-09 16:12:22 +01:00
js Update script.js 2013-09-09 16:12:22 +01:00
scss Merge branch 'master' of https://github.com/mikefrancis/barebones 2013-07-04 22:35:55 +01:00
README.md Update README.md 2013-08-06 09:37:22 +01:00
footer.php Update footer.php 2013-08-06 09:29:49 +01:00
functions.php Update functions.php 2013-09-09 16:11:40 +01:00
header.php Update header.php 2013-08-06 09:50:23 +01:00
index.php human_time_diff() 2013-08-06 09:25:44 +01:00
style.css Change to rems 2013-07-04 22:32:29 +01:00
template-form.php Change to rems 2013-07-04 22:32:29 +01:00

README.md

barebones

A lightweight and skeletal WordPress boilerplate theme for HTML5 and beyond. Great as a starting point with powerful features to encourage rapid development for most projects.

Features

  • Reset, normalisation and base font/form styles
  • Adaptive at certain breakpoints and responsive through the middle
  • Sass powered - semantically named files all compiled into a single file
  • Semantic use of HTML5 elements, includes Google HTML5 shiv
  • WAI-ARIA role ready
  • Proprietary baseline and customisable, Sass generated horizontal grid
  • Comes pre-bundled with cached CDN version of jQuery (enqueued, so plugin friendly)
  • index.php Loop template
  • Customised functions.php adding theme support for high customisation
  • Minimised HTTP requests for high Web Performance

WordPress Support

Compatible with WordPress 3.2 and above.

Browser Support

The basic features are all tested from IE7+. Yet to be tested in any other browsers than modern Mozilla, Opera and WebKit builds. Also tested on Safari and Chrome on iOS 5+ and Chrome on Android 3+.

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.