Enter branch
branch is a Bootstrap based responsive starter theme with the goodness of Timber.
Features
- Responsive
- Uses Timber library
- Uses Less
- NPM as package manager
- Integrated with Grunt build tool
Installation and Usage
To get started
- Clone the repo into the themes directory of your WordPress installation:
git clone https://github.com/JeyKeu/branch.git your-theme-name
- Change to the
your-theme-name
directory - Remove the
.git
directory and rungit init
to initialize your own git repo - Open up
style.css
and modify theme name and other details to your liking
- Edit
grunt/open.js
and replacehttp://localhost
to match your WordPress installation URL. - Make sure you have
nodejs
installed and runnpm install
grunt watch
You write all your css in less
from less/site.less
and is already compiled and referenced in your style.css
out-of-the-box. So as long as grunt watch
is running and you make any changes, they are compiled, merged and minified into css/all.min.css
Do give it a shot and if you like it do star the repository on GitHub and also don’t forget to tell your friends about it.
As Bootstrap 4 was released months ago, an update is due one me and its about of time when I can update it to the latest Bootstrap. If you are willing please send a pull request, I’ll be more than happy to take any help.
Leave a Reply