Adding a Photo to a Fastpages Blog Post
I was confused by Fastpages’ instruction on how to add a photo to a post. This is how I do it when writing a post in markdown:
- Add the image to the “/images/” folder in your fastpages blog directory and push the file to GitHub (note - don’t put the image in the “/copies_from_nb/” subfolder within the “/images/” folder)
- Navigate to the blog images folder on GitHub and open the image
- Right-click on the image and select “copy image address”
- Insert the image address into the blog post using either markdown or html syntax:
Markdown style

HTML style
<img src="https://github.com/robbdunlap/robbo_and_the_realers/blob/master/images/uaf.png?raw=true)">
Interstingly, if you paste the link to the image in a browser window then it will convert the link slightly when the image displays. You can also use the resultant html address to display the image in a post.