MarkdownSite is a platform for hosting websites.
People who want their websites hosted enter a git url for their repository.
MarkdownSite downloads their repo and turns anything in public/ into a static website hosted at a random subdomain.
Anything MarkdownSite finds in site/ that is an .md file will be rendered as HTML.
Once MarkdownSite downloads and builds the website, it is sent to one or more webservers and accepts traffic from the Internet.