- Sass w/ Compass
- Small mixin library for type and layout
- A reset.scss partial
- IE stylesheet
- JS minification / concatination
- jQuery CDN and local fallback
- Smart .gitignore
- Components directory and grunt task to create new components
- Basic theme templates (page.php, header.php, 404.php, etc.)
- Useful functions.php file
cd myproject/wp-content/themes/
git clone git@github.com:mragray/Hero-Wordpress-Theme.git
mv Hero-Wordpress-Theme myproject-theme-name
cd myproject-theme-name
npm install
grunt
Profit!
- Susy for magic layouts