Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.69 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.69 KB

Built with Grunt

Carte Blanche is a WordPress boilerplate theme based on HTML5 Boilerplate & Bourbon.

Installation

Clone the git repo - git clone git://github.com/chefduweb/carte-blanche.git - or download it and then rename the directory to the name of your theme or website. Install Grunt, and then install the dependencies for Carte Blanche contained in package.json by running the following from the Carte Blanche theme directory:

npm install

Theme Development

After you've installed Grunt and ran npm install from the theme root, use grunt watch to watch for updates to your SASS and JS files and Grunt will automatically re-build as you write your code.

Features

  • Organized file and template structure
  • HTML5 Boilerplate's markup along with ARIA roles and microformat
  • Bourbon support
  • Bourbon Neat support
  • Grunt build script
  • Clean slate; no more deleting files.
  • Clear Sass-structure

Contributing

Everyone is welcome to help contribute and improve this project. There are several ways you can contribute:

  • Reporting issues
  • Suggesting new features
  • Writing or refactoring code
  • Fixing issues