I'm trying to learn how to use Github pages, so I've created my first page and added the Jekyll cayman theme to it.
Before adding the theme I could just use an index.html file to render my main page. However, now that I have added the cayman theme, the index.html file is not read anymore and only the index.md file is read.
Resulting github page:
https://scinana.github.io/hellopages/
Code:
https://github.com/scinana/hellopages
Why am I forced to add an index.md file?
What if I want to keep using html files directly instead of an md file? Can I use html files while using a Jekyll theme?