https://github.com/robinparisi/static-kit
A starter project for static sites based on Gulp + Jekyll.
https://github.com/robinparisi/static-kit
Last synced: about 1 month ago
JSON representation
A starter project for static sites based on Gulp + Jekyll.
- Host: GitHub
- URL: https://github.com/robinparisi/static-kit
- Owner: robinparisi
- License: mit
- Created: 2015-07-23T16:59:25.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-01-26T16:55:27.000Z (over 7 years ago)
- Last Synced: 2025-03-26T00:36:22.323Z (about 2 months ago)
- Language: CSS
- Size: 236 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Static-kit
A starter project for static sites based on Gulp + Jekyll.
## Installation
1. Install Jekyll (https://jekyllrb.com/docs/installation/)
2. Download project and unzip (https://github.com/robinparisi/static-kit/archive/master.zip)
3. Go to folder and install npm dependencies (npm install or yarn install)
4. Launch server ```gulp watch```
5. Go to http://localhost:3000That's it!