Source code for the website hosted on umich.edu/~aidindia. Theme taken from aidnyc.org and header from maryland1.annarbor.org
- Clone the repository
$ git clone [email protected]/aidannarbor/umich.edu.website.git
- Create a virtual environment
$ make venv/bin/activate
- Activate the virtual environment
$ source venv/bin/activate
-
If you want to make edits to the events page, make corresponding changes to
src/events.jinja
. These changes will be copied to events.html. After you have made the changes runmake
.$ make
This will create some files in the
./build
folder. Checkout the local website asbuild/index.html
. Make sure that the changes you made are correct. -
After you are sure that changes look okay. Only then upload them to the server by running
$ make install USER=<your umich username>