Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 446 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 446 Bytes

Kevin Wilson's Website

This is a simple academic website template.

Setup and Deployment

This is a jekyll website. You will need ruby in order to build it. To do so on a Mac using homebrew, run

$ brew install ruby

Once that's installed, you will need to install the dependencies of this particular project. To do so, run

$ bundle install

To see the website locally, run

$ bundle exec jekyll serve