Timber and Twitter Bootstrap combined into one WordPress theme.
- Based on Timber library.
- Uses Bootstrap 3
- Uses NPM for package management.
- Uses Sass
- Uses Gulp for building and auto reloading
Timber-library WordpPress plugin. Get it from here or here
-
Clone the repo in to the themes directory of your development WordPress installation.
git clone https://github.com/rollincode/Timber-Bootstrap-starter-theme.git
-
Change to the
your-theme-name
directory -
Remove the
.git
directory and rungit init
to initialize your own git repo -
Open up
src/sass/style.scss
and modify theme name and other details to your liking -
Make sure you have
nodejs
installed and runnpm install
-
and then
gulp
That's all !
Timber http://upstatement.com/timber/ Twitter Bootstrap http://getbootstrap.com/ GulpJS http://gulpjs.com/