An open API service indexing awesome lists of open source software.

https://github.com/itsjonq/mr-jekyll

Mr. Jekyll: A starter template for Jekyll
https://github.com/itsjonq/mr-jekyll

Last synced: 10 months ago
JSON representation

Mr. Jekyll: A starter template for Jekyll

Awesome Lists containing this project

README

          

# Mr. Jekyll
A starter template for Jekyll

## Getting started

Once you have this repo cloned, run the following command:

```
npm install
```

Then:
```
npm start
```

## Deploying

By default, Mr. Jekyll is setup to deploy to Github Pages. To deploy, run the following command:

```
npm deploy
```