An example Jekyll project that can be published to Surge.
npm install
# This will automatically run `bundle install` for Jekyll, too
jekyll serve
jekyll build
surge _site
Alternatively, there’s an npm run
script that will do 4. and 5. for you at once:npm run deploy
Copyright © 2015 Chloi Inc.