# generator-jekyll **Repository Path**: mirrors_stephenplusplus/generator-jekyll ## Basic Information - **Project Name**: generator-jekyll - **Description**: A Yeoman generator for scaffolding out a jekyll website - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-04-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Generator jekyll [![Build Status](https://secure.travis-ci.org/Thomas-Lebeau/generator-jekyll.png?branch=master)](https://travis-ci.org/Thomas-Lebeau/generator-jekyll) A generator for Yeoman to bootstrap a Jekyll blog. ## Dependencies - [yo](https://github.com/yeoman/yo) `npm install -g yo` - [Jekyll](http://jekyllrb.com/) `gem install jekyll` ## Getting started - Install the generator: `npm install [-g] generator-jekyll` - Run: `yo jekyll`to scaffold your project - Run `grunt` for building and `grunt server` for preview ## Options - `--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`. ## License [MIT License](http://en.wikipedia.org/wiki/MIT_License) ## Author *Thomas Lebeau* - [http://lebeau.io](http://lebeau.io) - [@tomalebeau](http://twitter.com/tomalebeau)