Home

Awesome

<img src="https://raw.githubusercontent.com/nirgn975/generator-jekyll-starter-kit/main/images/jekyll-starter-kit.png" />

license GitHub release (latest by date) semantic-release Continuous Deployment Dependency Status codecov Codacy Badge Maintenance

Jekyll + Google web-starter-kit = best of both worlds

<div style="width: 100%; text-align: center;"> <img style="width: 80%;" src="https://raw.githubusercontent.com/nirgn975/generator-jekyll-starter-kit/main/images/hyper-terminal.png" /> </div>

Installation

First, install Yeoman and jekyll-starter-kit using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-jekyll-starter-kit

Then generate your new project:

yo jekyll-starter-kit

Features

Trouble with running the project?

There's could be an issue with Gem package manager and the gems on your local machine. If so, run:

bundle install

For more info about bundle go to Bundler.

Want to help?

Great! Here is how you can install the local generator to test changes.

  1. Git clone your fork locally.
  2. npm install inside the new directory.
  3. npm link - This makes your local system sync with the changes you make
  4. mkdir app
  5. Inside the new directory, initiate yo jekyll-starter-kit

Contributors

npm