1.0.4 • Published 10 years ago
generator-ghost-interface v1.0.4
Ghost Interface Yeoman Generator
Allows generation of asset pipeline enabled Ghost theme development using Interface, a thin UI toolkit created by Create the Bridge.
Installation
You need to make sure both Yeoman and the generator have been installed
$ npm install -g yo$ npm install -g generator-ghost-interfaceUsage
Generate the theme directory using:
$ yo ghost-interfaceMove into the theme directory
$ cd theme-name/Run the Ghost server in development mode
$ gulpPrepare assets for production
$ gulp prodContributing
Bug reports and pull requests are welcome on GitHub at https://github.com/CreateTheBridge/generator-ghost-interface.
License
The gem is available as open source under the terms of the MIT License.