I was making my own webpage as raw html until I recently decided to switch to Hugo.
The thing is that Hugo uses Markdown and that’ll make difficult (and quite tedious) to remake the whole main page.
Is there a way to use my existing html file as the index page of my Hugo project? I was thinking about using Hugo for the Blog section of the page, which would be linked to the existing index page.
Thanks.