Generating index.html from markdown

So I’m trying to make the README.md file my home page for my Hugo website. I have it inside the /content folder in the main directory. How can I make it so that is the file that gets transformed into index.html? Since everything inside the /content folder gets generated inside the /public folder as its own directory

Try looking at the solution proposed in Issue 330.