Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomas-lebeau/generator-jekyll
A Yeoman generator for scaffolding out a jekyll website
https://github.com/thomas-lebeau/generator-jekyll
Last synced: 3 months ago
JSON representation
A Yeoman generator for scaffolding out a jekyll website
- Host: GitHub
- URL: https://github.com/thomas-lebeau/generator-jekyll
- Owner: thomas-lebeau
- License: mit
- Created: 2013-05-18T12:16:49.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-11-22T09:18:41.000Z (about 7 years ago)
- Last Synced: 2024-10-10T10:34:45.709Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 26.4 KB
- Stars: 12
- Watchers: 4
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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)