generator-jekyll-ghpages

generator-jekyll-ghpages

Yeoman generator for a Jekyll to github pages workflow

generator-jekyll-ghpages

Yeoman generator

What is this balderdash?

This project is still under development. The project goal is to create a very simple generator for use on github pages for user, organization, or project sites. The generator will be a vanilla jekyll install with a light gulp managed front end.

Getting Started

Dependencies

Yeoman is the main thing needed. To install run:

npm install -g yo

In addition you'll need ruby and bundler

This Generator

To install generator-jekyll-ghpages from npm, run:

npm install -g generator-jekyll-ghpages

Finally, initiate the generator:

yo jekyll-ghpages

Contributing

To run tests run:

npm test

It can be helpful to install and run integration tests on the package locally. To do so run:

npm pack

This will generate a .tgz file which can then be installed by running:

npm install path/to/package.tgz

License

MIT