jeykeu / branch
A WordPress starter theme based on Timber library and Bootstrap.
Installs: 382
Dependents: 0
Suggesters: 0
Security: 0
Stars: 90
Watchers: 4
Forks: 19
Open Issues: 0
Language:HTML
Type:wordpress-theme
pkg:composer/jeykeu/branch
Requires
This package is auto-updated.
Last update: 2025-10-21 22:02:56 UTC
README
A WordPress starter theme based on Timber library and Bootstrap. (Forked from Timber Starter Theme)
Features
- Based on Timber library.
 - Uses Bootstrap and is responsive
 - NPM for package management.
 - SASS
 - Gulp for building
 - Browsersync for multi-device testing
 
Development Prerequisites
Configure for development
- 
Assuming you have installed WordPress,
cdintowp-content/themescomposer create-project jeykeu/branch your-theme-name - 
Change to the
your-theme-namedirectory - 
Open up
style.cssand modify theme name and other details to your liking - 
Edit
gulpfile.jsand setdevUrlto your local WordPress URL in order to use browsersyncing feature - 
and then
gulp 
Happy theming y'all!!