Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 169 Bytes

File metadata and controls

14 lines (12 loc) · 169 Bytes

Install jekyll

gem install bundler jekyll

Run locally

bundle exec jekyll serve

Build (for prod)

JEKYLL_ENV=production bundle exec jekyll build