Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/junaidqadirb/branch
Branch Starter Theme - A WordPress starter theme based on Timber library and Bootstrap
https://github.com/junaidqadirb/branch
bootstrap bootstrap3 browsersync gulp html javascript php sass timber timber-library twig wordpress-starter-theme
Last synced: about 1 month ago
JSON representation
Branch Starter Theme - A WordPress starter theme based on Timber library and Bootstrap
- Host: GitHub
- URL: https://github.com/junaidqadirb/branch
- Owner: JunaidQadirB
- License: mit
- Created: 2015-02-14T20:03:48.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-16T06:55:57.000Z (almost 6 years ago)
- Last Synced: 2024-10-11T06:41:08.452Z (about 1 month ago)
- Topics: bootstrap, bootstrap3, browsersync, gulp, html, javascript, php, sass, timber, timber-library, twig, wordpress-starter-theme
- Language: HTML
- Homepage:
- Size: 211 KB
- Stars: 88
- Watchers: 5
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# branch
A WordPress starter theme based on Timber library and Bootstrap. (Forked from [Timber Starter Theme](http://github.com/Upstatement/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 testingDevelopment Prerequisites
---- [Composer](http://getcomposer.org)
- [Nodejs](http://nodejs.org)
- [SASS](http://sass-lang.com/install)
- [Gulp CLI](http://gulpjs.com/)
- [Browsersync](https://browsersync.io/)Configure for development
---
- Assuming you have installed WordPress,`cd` into `wp-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 set `devUrl` to your local WordPress URL in order to use browsersyncing feature
- and then`gulp`
Happy theming y'all!!