Skip to content

Latest commit

 

History

History
52 lines (42 loc) · 2.71 KB

README.md

File metadata and controls

52 lines (42 loc) · 2.71 KB

Flagship Compass

The most advanced WordPress Starter theme ever created.

Contributors: Robert Neu, Gary Jones
Requires: WordPress 4.0
Tested up to: WordPress 4.0
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.

Project Structure

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

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.

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.