This portfolio was built with the LightSpeed Jekyll theme.
To set it up, install Ruby and Jekyll (make sure you install bundler too).
Then run:
bundle install
bundle exec jekyll serve
and view the site at localhost:4000.
To develop with unpublished pages, do:
bundle exec jekyll serve --unpublished
and you'll be able to see pages that have published: false in the front matter.