I\'m trying to host my webpages into Github pages but for some reason it seems to only show my Readme file.
GitHub repo: https://github.com/InquisitiveDev2016/Inquis
Github gives you multiple choices where it takes it sources from. By default its the root of the master branch, which will use the README.md
in case there is no index.html
.
But you can also switch to the docs/
folder in your repository settings. With that you can put the index.html
under the docs/
folder.
See