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. Now I use it for my personal page.
add news_ticker: true
to header in page to activate side bar news items
- install bundle
- install correct ruby dev requirements
sudo apt-get install ruby`ruby -e 'puts RUBY_VERSION[/\d+\.\d+/]'`-dev
- run bundle install (install dependencies)