A minimal WordPress starter theme based on HTML5 Boilerplate & Bootstrap. A lot of WordPress starter themes already have a lot of stuff included that you might not want or need. The idea begind the Dev7studios Starter Theme is that it gives you a very minimal setup with just the right amount of HMTL.
- Uses very minimal Bootstrap compatible HTML5
- Use Bower for install front end dependencies
- Uses Grunt for a build script
- Setup to work with SASS
- Clone or download the theme
- Install Bower and Grunt-CLI if you don't have them installed
npm install -g grunt-cli bower
- Run
npm install
to install Grunt dependencies - Run
bower install
to install front end dependencies - Run
grunt
to build the assets
- All CSS/JS/SASS is kept the the relevant
assets
subdirectory - Bower dependencies will get installed to
assets/vendor
- Don't use the root
style.css
for CSS as it doesn't get enqueued. Useassets/sass/style.scss
instead - Template parts (such as header and footer) are kept in the
parts
folder
Dev7studios WordPress Starter Theme was created by Gilbert Pellegrom from Dev7studios. Released under the MIT license.