Skip to content

Braces is a starter theme that is meant for getting development teams up and running on WordPress projects quickly.

Notifications You must be signed in to change notification settings

oomphinc/braces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Braces

Braces is a starter theme that is meant for getting development teams up and running on WordPress projects quickly. Braces is derived from [Automattic _s project] (https://github.com/Automattic/_s). _s which is truly fantastic. As you'll likely notice, much of the core beliefs behind _s will be reflected in this project as well.

However, we did make some changes to suit our business needs, which we hope you'll find helpful as well. Some of the new features you can find are [Sass] (http://sass-lang.com) integration, file and structure clean up, and most noticeably, the PHP syntax. Typically any new additions should have README.md docs for their explanations.

Pull requests are welcome!

Why Braces?

Braces alters the typical WP PHP loop syntax for a more [PHP coding standards] (http://make.wordpress.org/core/handbook/coding-standards/php/) friendly approach that uses more, well, "braces".

Requirements

Node v0.10.26+

NPM - Node Package Manager v1.4.3+

Sass v3.4.9+

Gulp v3.8.10+

Bourbon v4.1.1+

Neat v1.7.0+

Installation

  1. If you don't have them already on your system, install all required gems above
  2. cd into sass/libraries/bourbon directory run git submodule init then run git submodule update
  3. cd into sass/libraries/neat directory run git submodule init then run git submodule update
  4. cd into root directory run npm install
  5. run gulp

Find & Replace ( theme folder only )

  • Search for: * @author Oomph, Inc. and replace with: * @author { Your Company }
  • Search for: * @link http://www.oomphinc.com and replace with: * @link { Your URL }
  • Search for: braces and replace with: yourthemedomain
  • Search for: BRACES and replace with: YOURTHEMEDOMAIN in uppercase letters

Don't forget to update the core style.css with your own information. Now you're ready to go! The next step is easy to say, but harder to do: make an awesome WordPress theme. :)

Good luck!

About

Braces is a starter theme that is meant for getting development teams up and running on WordPress projects quickly.

Resources

Stars

Watchers

Forks

Packages

No packages published