Images in Blog Posts
Putting all images in a single folder.
Putting all images in a single folder, prefixed with the post name.
Grouping all images in folders by post and linking manually.
Allow users to group images by post.
Allow users to keep their images and posts together.
Produce image URLs automatically.
This last option is possible only because this website uses a build system takes images from directories near the source files, converts them, and places them in folders in predetermined locations. Instead of the usual markdown syntax Caption of Image, use {% include blogimage src="/path/to/image.png" caption="Caption of Image" %}. This file, in the includes folder, contains the rest of the code.