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.
Simply fill in the relevant information in this spreadsheet and run the following commands from the main directory:
cd markdown_generator/
python publications.py
The information should automatically fill in. Note that the publications list is supposed to automatically generate with the newest publications at the top, but for some reason the months are in reverse order, so you have to alter the numbers in the spreadsheet to make it appear correctly.
Edits can be made to the CV locally, but must be pushed to the remote CV repo (and again pushed within the website repo) to appear on the website.
_pages/about.mdis the home page -- updates to the recent news can be made here.- To run the website locally, run the command
$ bundle exec jekyll servefrom the main directory and visithttp://localhost:4000/in a web browser.
- Fix weird publications ordering
- Add news archive to the bottom of the home page -> place for old news to be stored, but not stay up front
- Fix broken buttons at bottom of some pages (social links and maybe others)