Readme: to update MIT HCI website for each PIs group

How to update hci.csail.mit.edu?


What content can I edit?

Each PIs group can edit the content that belongs to their group:

What content can I not edit?

For anything that is a global change, e.g. restructuring the website, updating things in the footer, adding new sections, please talk to Stefanie Mueller first and we can find a solution together.

Process for editing:


  1. The code is available on GitHub: https://github.com/mit-csail-hci/hci.csail.mit.edu.
    Contact Josh or Faraz if you need access to the repository.
  2. Clone the repo: git clone git@github.com:mit-csail-hci/hci.csail.mit.edu.git
  3. Make changes locally, then push them: git push
  4. The website will update automatically!