Static-kit
A starter project for static sites based on Gulp + Jekyll.
Installation
- Install Jekyll (https://jekyllrb.com/docs/installation/)
- Download project and unzip (https://github.com/robinparisi/static-kit/archive/master.zip)
- Go to folder and install npm dependencies (npm install or yarn install)
- Launch server
gulp watch
- Go to http://localhost:3000
That's it!