Seems like middleman creates a separate folder for each page that is not index.html.
In addition, trying to access the pages shows broken links to all css.
Is there a way around this?
What I want:
index.html
about.html
All links to, css, images, etc. should be relative
What I end up with:
index.html
about/index.html << this page has incorrect paths to all css and images
How can I achieve what I need?