My personal website to detail my research and interests. Can be accessed by clicking here.
Currently hosted on gregoryross.github.io
.
Follow these instructions to serve this site locally for testing and development:
cd website_dir
bundle init
bundle add jekyll webrick
To serve:
bundle exec jekyll serve