A WordPress starter theme based on Timber library and Bootstrap. (Forked from Timber Starter Theme)
- Based on Timber library.
- Uses Bootstrap and is responsive
- NPM for package management.
- SASS
- Gulp for building
- Browsersync for multi-device testing
-
Assuming you have installed WordPress,
cd
intowp-content/themes
composer create-project jeykeu/branch your-theme-name
-
Change to the
your-theme-name
directory -
Open up
style.css
and modify theme name and other details to your liking -
Edit
gulpfile.js
and setdevUrl
to your local WordPress URL in order to use browsersyncing feature -
and then
gulp
Happy theming y'all!!