Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 233 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 233 Bytes

This site is build with jekyll.

Initial setup:

gem install bundler
bundle install --path=vendor/bundle

Build the site:

bundle exec jekyll build

Preview the site (http://localhost:4000):

bundle exec jekyll serve