项目作者: JunaidQadirB

项目描述 :
Branch Starter Theme - A WordPress starter theme based on Timber library and Bootstrap
高级语言: HTML
项目地址: git://github.com/JunaidQadirB/branch.git
创建时间: 2015-02-14T20:03:48Z
项目社区:https://github.com/JunaidQadirB/branch

开源协议:MIT License

下载


branch

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,

    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!!