Starter Theme Timber Bootstrap, forked from @rollingcode's and updated for Bootstrap 4
Timber and Bootstrap combined into one WordPress theme.
- Timber library
- Bootstrap 4
- NPM for package management
- Sass
- Gulp for building and auto reloading
Timber-library WordpPress plugin. Get it from here or here or see below to install using composer.
-
Clone the repo in to the themes directory of your development WordPress installation.
git clone https://github.com/columbian-chris/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 -
If you haven't installed the required Timber library, type
composer install
-
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/] Bootstrap: [http://getbootstrap.com/] Gulp: [http://gulpjs.com/]