Carte Blanche is a WordPress boilerplate theme based on HTML5 Boilerplate & Bourbon.
- Source: https://github.com/chefduweb/carte-blanche
- Home Page: http://www.chefduweb.nl/carte-blanche/
- Twitter: @LucP
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
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.
- 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
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