Hi, I really like Middleman. Thanks for making it. It’s neato!
When I compile my site, I’d really like it if relative links were checked to ensure that they weren’t broken.
In fact, I don’t especially want to have to type them at all. I’m not always sure whether to put a ‘/’ on the front, for example. I don’t want to have to think about it in a “don’t make me think” kind of way. I just want to call a method on a sitemappy data structure, similar to Rails *_path and *_url helpers. And that might be a way to achieve the checking functionality - via Ruby method look up.
Thoughts?