Skip to content

SVGs for Jekyll

This website was created using jekyll. Today I wanted to figure out how to add drawings to jekyll posts, and it didn't prove very hard. All you have to do is add the html image tag to your post.

Example: <img src=".././assets/images/triangle.svg">



triangle