generator-jekyll
v0.1.0
Published
A generator for Yeoman
Downloads
7
Readme
Generator jekyll
A generator for Yeoman to bootstrap a Jekyll blog.
Getting started
- Make sure you have yo installed:
npm install -g yo
- Install the generator:
npm install [-g] generator-jekyll
- Run:
yo jekyll
to scaffold your project - Run
grunt
for building andgrunt server
for preview
Options
--skip-install
Skips the automatic execution of
bower
andnpm
after scaffolding has finished.--test-framework=[framework]
Defaults to
mocha
. Can be switched for another supported testing framework likejasmine
.
License
Author
Thomas Lebeau