Skip to content

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

License

Notifications You must be signed in to change notification settings

aidannarbor/umich.edu.website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>
    

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published