Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 617 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 617 Bytes

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.

News Ticker

add news_ticker: true to header in page to activate side bar news items

Setup

  1. install bundle
  2. install correct ruby dev requirements sudo apt-get install ruby`ruby -e 'puts RUBY_VERSION[/\d+\.\d+/]'`-dev
  3. run bundle install (install dependencies)