This is a simple academic website template.
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