demonstrate links to image file
-
![link demo]({{ site.baseurl }}{% link assets/images/dolphin.jpg %})
mixed with jekyll liquid syntax.
-
![](/jeff-minima/assets/images/dolphin.jpg)
markdown syntax. relative reference
-
![](/jeff-minima/assets/images/dolphin.jpg){: width="250"}
markdown relative link syntax with jekyll liquid for size definition.
-
<img src="{{ site.baseurl }}{% link assets/images/dolphin.jpg %}" width=300/>
html image syntax with jekyll liquid variables.
⚠️ Do not put the images and files in
_posts
folder. The relative links to static files (other than markdown file) do not works in github pages!