So I am migrating to Grav. At my current website I just have a static HTML homepage with some external CSS/JS and I want to migrate do Grav as I will be adding a lot of content after "/" in URL (making a news site). I know I can replicate my homepage in Grav, but I believe it will take me a while to do it correctly due to .twig/templates/new naming/calling files structure.
So I thought that for now, I will just move my homepage in HML and external CSS/JS into root along with Grav but not sure will that all work together as Grav by default will try to call it's own homepage?
What will be the quickest/easiest way to achieve it without me actually trying to recreate my homepage inside Grav platform?