https://github.com/rangle/jekyll-starter
A Gulp based Jekyll Starter
https://github.com/rangle/jekyll-starter
Last synced: 7 months ago
JSON representation
A Gulp based Jekyll Starter
- Host: GitHub
- URL: https://github.com/rangle/jekyll-starter
- Owner: rangle
- License: mit
- Created: 2016-05-06T05:55:22.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-03-20T08:56:32.000Z (about 5 years ago)
- Last Synced: 2025-07-13T16:33:45.051Z (10 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
## Installation
```bash
gem install bundler
```
You'll need to be using Node v4+.
```bash
npm install
```
To start the project run `npm run dev`
### npm scripts
**dev**
```bash
npm run dev
```
**clean**
```bash
npm run clean # cleans the `./_site` and `./dist` directories
```
**lint**
_`npm lint` will also spawn this command._
```bash
npm run lint # runs eslint and eventually lint the css as well
```