This website is built with Jekyll. It is derived from the great template provided by the Allan Lab, at Leiden University.
Members are stored as markdown files under _pages/team/_posts.
Each new member .md
file must look like the following:
---
layout: member
category: grad # pi, postdoc, grad, ugrad, alumni
name: Tim Beaver # preferred name
image: troy.png # upload image to images/team/
office: 6-222
email: [email protected]
fellowship:
- MIT Beaver Fellow
- Beaver Association Fellow
education:
- PhD, Beaver Economics, MIT, 1918
- Sc.B., Beaver Economics, MIT, 1917
---
Make sure to add your image (png or jpg), formatted to 450px-by-600px in _images/team.
Once you have made these changes in a branch, please submit a pull request. One of the webmanagers will approve and incorporate your request.
brew install ruby
gem install bundler jekyll
Clone this repository, then install the dependencies:
bundle install
Run the local webserver with:
bundle exec jekyll serve