A generator for Yeoman to bootstrap a Jekyll blog.
npm install [-g] generator-jekyll
yo jekyll
to scaffold your projectgrunt
for building and grunt server
for preview--skip-install
Skips the automatic execution of bower
and npm
after
scaffolding has finished.
--test-framework=[framework]
Defaults to mocha
. Can be switched for
another supported testing framework like jasmine
.
Thomas Lebeau