Add an image to a post


 
  1 minute to read

A simple introduction how to add an image to a blog post

Relative Path

If the image is hosted on github it should be copied into the assets folder `/assets/images/…’. After that the image can easyly be included.


![Image Desciption]({{ '/assets/images/picture.png' | relative_url }})

It is necessary to convert the path to the relative_url of the page (/jekyll-tilde-theme) or the image is not getting displayed correctly wenn the site is hosted in a subfolder!

Absolute Path

An absolute path can be used normaly as in any other markdown page on github oder any other platform.

![Image Desciption](https://path.to/image.png)


The theme is to write blog posts, either in categories or a single collection of posts. It is not designed to write a documentation. It uses bootstrap 5 and is fully responsive. Also code blocks with syntax highlighting are supported. The theme is designed to be used with Jekyll and GitHub Pages.

  Distributed by 0x007E
 Powerd by  Jekyll  and  Tilde