Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 312 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 312 Bytes

Installing dependencies

bundle install

Local development

To run the site locally:

bundle exec jekyll serve

or, to delete the local build first, which seems to avoid weird issues where some templated files don't get rebuilt:

rm -rf ./_site/ && bundle exec jekyll serve