however, when I try to include an image in the body of my markdown file:
![alt](javier.jpg)
the link is broken, both locally and after I push to github pages. In doing testing, I’ve managed to get it to work by jumping up a folder in my link:
![alt](../javier.jpg)
but that’s 1. messy, and 2. doesn’t work on my homepage, when that relative link is no longer the same.
I think I’m missing an understanding of my structure that’s causing this link to be broken. Any help? What’s the simplest way to include an image in my blogposts??
also, looking like for images that I would want to remain linked when pulled through a Summary on my homepage (like here), I’d want to link it as a global resource, yeah?
Is there a good way to not include any images in my content section when it’s pulled into the shorter summary on my homepage?
Well, as long as you or your theme has not overridden the embedded render hooks, image destinations will be correctly resolved regardless of where the content (or summary portion of the content) is displayed.