I'm trying to wrap my head around the templating system. I understand that html pages are compiled by pulling different blocks together.
The starting point would be index.php in the theme folder. index.php consists of header + content + footer.
But what then generates the MU home page, with the login and 'create new blog'? index.php on the base level (root?) of my domain gives very little clues...
How can I create a home page for my site with blog posts and other goodies? I assume I'd have to edit index.php at the root...