Skip to content

troyvvgroup/troyvvgroup.github.io

Repository files navigation

Van Voorhis Group Website

This website is built with Jekyll. It is derived from the great template provided by the Allan Lab, at Leiden University.

How to Add Yourself to the Team Page

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.

Setup

brew install ruby
gem install bundler jekyll

Clone this repository, then install the dependencies:

bundle install

Run

Run the local webserver with:

bundle exec jekyll serve

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages