How to insert image into octopress framework?

user1814327 picture user1814327 · Nov 21, 2012 · Viewed 7.2k times · Source

I have image terminal.png on directory /Users/tragicidea/Desktop/terminal.png. I want to insert that image on my post using this script

{% img /Users/tragicidea/Desktop/terminal.png %}

but my image does not appear on my post, what should I do?

Answer

Akash Shende picture Akash Shende · Dec 19, 2012

copy your image in Octopress/source/images.

PS: Octopress(whatever you named it) directory is a repository directory for your blog.

then you can use img tag as

{% img left /images/terminal.png 350 350 'image' 'images' %}