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 installto install Grunt dependencies - Run
bower installto install front end dependencies - Run
gruntto build the assets
- All CSS/JS/SASS is kept the the relevant
assetssubdirectory - Bower dependencies will get installed to
assets/vendor - Don't use the root
style.cssfor CSS as it doesn't get enqueued. Useassets/sass/style.scssinstead - Template parts (such as header and footer) are kept in the
partsfolder
Dev7studios WordPress Starter Theme was created by Gilbert Pellegrom from Dev7studios. Released under the MIT license.