jeykeu/branch

A WordPress starter theme based on Timber library and Bootstrap.

Installs: 376

Dependents: 0

Suggesters: 0

Security: 0

Stars: 89

Watchers: 5

Forks: 19

Open Issues: 0

Language:HTML

Type:wordpress-theme

1.0.4 2018-11-16 06:48 UTC

This package is auto-updated.

Last update: 2024-04-21 18:49:32 UTC


README

A WordPress starter theme based on Timber library and Bootstrap. (Forked from Timber Starter Theme)

687474703a2f2f692e696d6775722e636f6d2f647058424c62752e706e67

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