I have searched alot but I can't find a solution. I'm using middleman aand my directory structure is like this
Project
--Source
---javascript
---stylesheets
---index.html.erb
---submit.html.erb
When I deployed my project on github and tried to access the site it's giving me 404 error that it cannot find the index.html page can you tell me that if there is a way I can change the link to index.html
I have tried this solution but this does not works
Can I have my Github Pages index.html in a subfolder of the repository?
Here's the link to my git repo