WordPress theme that uses Twitter Bootstrap. Intended for custom theme development. Bootswatch compatible.
Alpha, not recommended for use in production.
You will need at least the following to build the makefile
- jshint
- less
- uglifyjs
To install using npm
npm install jshint -g npm install less -g npm install uglify-js -g
Then just run make
from within the theme directory.
- Twitter Bootstrap
- _s (underscores)
- Twenty Eleven by the WordPress team
- Extended Walker class by Emanuele Tessore (forked from John Megahan)
- Default Custom Menu technique by Jason Schuller (with modification from Melanie Karlik)
- jQuery
- Modernizr
- Normalize
- Less
This plugin is built and maintained by da-n. Contributions are very welcome.
- Check all views are Bootstrap compatible, feature parity with default themes.
- Use mixins so that default Bootstrap classes are not needed, to make it more semantic.
- Add a basic options page which has options for navbar, appearance etc.
- See if it is feasible to have a select option for Bootswatch themes.
- Updated readme.
- Initial release