Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 349 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 349 Bytes

Website for ChangeSprout

Builds website for www.changesprout.com using jekyll and github pages.

Setup

To develop locally:

bundle install
jekyll serve

browse to http://localhost:4000/ to preview site. Committing changes and pushing to master will update live site.

Updates

Add markdown files in _posts to create new updates.