Home

Awesome

A Github Pages template for academic websites. This was forked (then detached) by Stuart Geiger from the Minimal Mistakes Jekyll Theme, which is © 2016 Michael Rose and released under the MIT License. See LICENSE.md.

Build locally

brew install rbenv
rbenv install 2.5.3
rbenv global 2.5.3
rbenv rehash
gem install bundler
gem install github-pages
bundle install
jekyll serve