I’m attempting to use MM as my blog (using middleman-blog).
What I want:
- A directory named “source/photos”. I’ll export my photos from Lightroom to this directory.
- No coupling between a photo and a blog post in the directory structure.
- Link to a photo in a post.
For the life of me, I can’t seem to get MM in development mode to serve up a jpg. I’ve gone so far as dumping a jpg into images/photos/blah.jpg but receive a 404 from http://localhost:4567/images/photos/blah.jpg. (I prefer not to have these under “images”, this was only for testing.)
I’m missing something very basic here. Any help?