-
Notifications
You must be signed in to change notification settings - Fork 4
Admins: Update the website
Scott Olesen edited this page Dec 7, 2015
·
1 revision
To update the website, first do a local check to make sure your update worked:
- Clone this repo.
- Make changes locally, specifically:
- Update
xml/members.xml
in two places. First, put the member's main panel content (in alphabetical order) in the section titledMain panel content
. Then put their name in the sidebar area titledSide panel content
. - Put images under
img/
.
- Run
make
. This should generate all the html pages by calling the script inbin/
. - Open the website to make sure the changes were correct.
If the local check worked, push the changes to the repo:
- Push your commits to github.
- I set up a thingy at Codeship, so it should automatically build the new page. If that doesn't work, you can either
- log into Athena, pull the new code, and do
make
, or - you can just hit
almlab.mit.edu/make.php
.