Post

SVGs for Jekyll

How to add SVGs to statically generated sites.

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

This post is licensed under CC BY 4.0 by the author.