I am working on a Middleman app that builds out to it’s own gh-pages branch.
Rather that copying over and maintaining the Readme in two places, I would like to configure middleman to grab the repo’s root level (outside of source) README.md file and use that to build the index page.
Is this possible? How would it be done?