Go to file
Pedro Reis 111c2ee058 added simple-grid submodule 2015-06-11 13:07:44 +01:00
assets added simple-grid submodule 2015-06-11 13:07:44 +01:00
js Testing bits, need to be undone 2015-04-01 17:33:54 +01:00
.gitattributes Create .gitattributes 2014-11-13 12:12:01 +00:00
.gitignore Removed tests from repo 2015-04-02 10:45:13 +01:00
.gitmodules added simple-grid submodule 2015-06-11 13:07:44 +01:00
README.md README love 2015-05-12 14:23:58 +01:00
footer.php Remove comments 2015-04-02 10:43:58 +01:00
functions.php Remove emoji support 2015-04-28 09:58:44 +01:00
header.php Remove comments 2015-04-02 10:43:58 +01:00
index.php Remove junk 2015-04-13 12:07:11 +01:00
package.json Remove source maps 2015-04-02 11:18:37 +01:00
style.css Inlineable forms 2015-04-09 16:10:07 +01:00

README.md

barebones

A lightweight and skeletal WordPress boilerplate theme for HTML5 and beyond. There's lots of these out there but most themes include lots of bloat and files which you might not necessarily need, so we thought we would create my own which is great as a starting point with powerful features to encourage rapid development for most projects.

Features

  • Reset, normalisation and base font/form styles
  • Sass powered - semantically named files all compiled into a single file
  • Semantic use of HTML5 elements, includes Google HTML5 shiv
  • WAI-ARIA role ready
  • Comes pre-bundled with cached CDN version of jQuery
  • jQuery plugin agnostic
  • Browserify for modular JavaScript in the browser, stop those spaghetti files!
  • Basic index.php Loop template
  • Customised functions.php adding theme support for high customisation
  • Minimised HTTP requests for high Web Performance
  • Localised strings for multiple language support
  • Sass compiling and watching, css minification and live reload support

Installation

Run the following to include barebones and all it's submodules:

git clone git@github.com:benchmarkstudios/barebones.git

Dependencies

Optional

Clone/download the barebones repositories into your WordPress /wp-content/themes/ directory and run the following to install all of this project's Grunt dependencies:

npm install

Then run:

npm run watch

This will execute the default tasks: compiling sass/js and spawning the file watcher.

WordPress Support

Compatible with WordPress 3.2 and above, but always use the latest version.

Browser Support

  • Internet Explorer 8.0+
  • Firefox 3.0+
  • Safari 4.0+
  • Chrome 14.0+
  • Opera 10.0+