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
- Host: GitHub
- URL: https://github.com/itsjonq/mr-jekyll
- Owner: ItsJonQ
- Created: 2016-02-23T01:13:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-08-01T13:58:55.000Z (almost 8 years ago)
- Last Synced: 2025-03-03T08:15:29.724Z (over 1 year ago)
- Language: JavaScript
- Size: 93.8 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```