Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.03 KB

README.md

File metadata and controls

40 lines (25 loc) · 1.03 KB

umich.edu.website

Source code for the website hosted on umich.edu/~aidindia. Theme taken from aidnyc.org and header from maryland1.annarbor.org

How to make changes to a website page?

  1. Clone the repository
$ git clone [email protected]/aidannarbor/umich.edu.website.git
  1. Create a virtual environment
$ make venv/bin/activate
  1. Activate the virtual environment
$ source venv/bin/activate
  1. 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 run make.

    $ make
    

    This will create some files in the ./build folder. Checkout the local website as build/index.html. Make sure that the changes you made are correct.

  2. After you are sure that changes look okay. Only then upload them to the server by running

    $ make install USER=<your umich username>