Using middleman, how is the directory stucture under the "source" directory intended to be if I want to have parent and child pages?
Any directions to examples are welcome!
source/
index.html.md
foo.html.erb
foo/
bar.html.haml
Provided that you have directory_indexes
activated (more info here: Pretty URLs).
http://example.com/
http://example.com/foo/
http://example.com/foo/bar/