Adding images

  1. Navigate to assets/img, where the images of the website is stored. The folder is further organized into authors, clients, committees, portfolio, and staff. asset/image folder

  2. Upload the image (preferably as png or jpeg) to the appropriate folder.

appropriate image folder

  1. To disply the image:
    • in .md files: ![Alt text](/ucla-imls-docs/assets/img//image-name.png)"
    • in .html files: img src="/ucla-imls-docs/assets/img//image-name.png"
    • in .yml files: type in the file path

    For example: this line in sitetext.yml:

    sitetext image code

    results in the following display on the website:

    image display