Adding images
-
Navigate to
assets/img
, where the images of the website is stored. The folder is further organized into authors, clients, committees, portfolio, and staff. -
Upload the image (preferably as png or jpeg) to the appropriate folder.
- 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
:results in the following display on the website:
- in