This is the official website for the MIT Laboratory for Computational Physiology, built with Jekyll and hosted on GitHub Pages.
- Install Ruby and Bundler
- Run
bundle install
- Run
bundle exec jekyll serve
- Visit
http://localhost:4000
- Edit pages in Markdown (e.g.,
about.md
,people.md
) - Edit data in
_data/
(e.g.,people.yml
,news.yml
)
Push to the main
branch. GitHub Pages will build and deploy automatically.