michaelbontyes / w-theme

The most advanced WordPress Starter theme ever created. Built with Hybrid Core, Theme Hook Alliance, Bourbon, and Neat.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flagship Compass

devDependency Status

The most advanced WordPress Starter theme ever created.

Contributors: Robert Neu, Gary Jones
Requires: WordPress 4.0
Tested up to: WordPress 4.1.1
License: GPL-2.0+

Compass will revolutionize your theme development workflow by removing all the guesswork and letting you focus on the fun stuff. Built using the latest and greatest web development tools like Grunt, Sass, Bourbon, and Hybrid Core.

Learn How to Use Compass

Compass is designed to be a boilerplate for your own custom WordPress themes. For more information about how to install and use Compass, visit the Compass Wiki and our community forum. If you find any bugs, issues, or have questions please open an issue or create a thread on the forum. Thanks for giving Compass a look! We can't wait to see what you build with it.

Project Structure

├── assets
│   ├── bower (added by build task)
│   ├── composer (added by build task)
│   └── flagship
│       ├── fonts
│       ├── icons
│       ├── images
│       ├── js
│       ├── scss
│       └── templates
├── comment
├── config
│   ├── config
│   └── tasks
├── content
│   ├── archive
│   └── singular
├── css (added by build task)
├── dist (added by package task)
├── font (added by build task)
├── hybrid-core (pulled in as dependency)
├── images (added by build task)
├── includes
│   └── vendor (added by build task)
│       └── flagship-library (pulled in as dependency)
├── js (added by build task)
├── languages (added by build task)
├── logs (added by build task)
├── menu
├── sidebar
└── tmp (added by build task)

Contributing

We're open to any and all feedback about the project and we're actively looking for contributors. You can submit code changes here on GitHub by opening a pull request. If you'd like to submit ideas, please open an issue or create a thread on our community forum. If you would like to translate Compass into your language, we have a public Transifex project set up where you can request team access.

About

The most advanced WordPress Starter theme ever created. Built with Hybrid Core, Theme Hook Alliance, Bourbon, and Neat.

License:GNU General Public License v2.0


Languages

Language:PHP 47.4%Language:CSS 44.7%Language:JavaScript 7.9%