Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 697 Bytes

README.md

File metadata and controls

35 lines (28 loc) · 697 Bytes

Jekyll example

An example Jekyll project that can be published to Surge.

Getting started

  1. Install Surge and Jekyll:
npm install
# This will automatically run `bundle install` for Jekyll, too
  1. Clone this repository, another Jekyll project, or just init a new one
  2. Serve the project locally
jekyll serve
  1. Build the project locally
jekyll build
  1. Publish the project to Surge
surge _site

Alternatively, there’s an npm run script that will do 4. and 5. for you at once:

npm run deploy

License

The MIT License (MIT)

Copyright © 2015 Chloi Inc.