Skip to content

surge-sh/example-jekyll

Repository files navigation

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.

About

An example Jekyll project that can be published to Surge.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published