I created a Github page following this tutorial: https://guides.github.com/features/pages/
I have my index.md
and _config.yml
file. I added a /images/font-awesome/address-card-solid.svg
file to add this image https://fontawesome.com/icons/address-card.
I displayed the image by adding this to index.md

It displays properly when I go to the site (username.github.io). But the image scales and takes up the whole screen, and also is only black and white in color. How do I make the image smaller and change the color of it? I am using Github markdown (modifying index.md file).
I tried importing the font-awesome CDN and using HTML to display the image but that does not show anything (as expected, as I am in a .md
file).