generator-ghost-interface

Interface-based theme generator for Ghost Blogging Platform

Usage no npm install needed!

<script type="module">
  import generatorGhostInterface from 'https://cdn.skypack.dev/generator-ghost-interface';
</script>

README

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

Usage

Generate the theme directory using:

$ yo ghost-interface

Move into the theme directory

$ cd theme-name/

Run the Ghost server in development mode

$ gulp

Prepare assets for production

$ gulp prod

Contributing

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.