Hi, I tried using Github Pages to host a website I created. This is the link to the repository the link to the repositry.
After making it active, If I click on it I only see the DEFAULT ReadMe file.
This is the link to the website the website
Hi, I tried using Github Pages to host a website I created. This is the link to the repository the link to the repositry.
After making it active, If I click on it I only see the DEFAULT ReadMe file.
This is the link to the website the website
Hi @efecollins, welcome to the GitHub Support Community! Pages serves index.html
, index.md
, or README.md
from the root of your publishing source by default. Your site’s index.html
is inside the dist
folder so Pages is serving your README.md
.
You can see your site by visiting the index.html
directly: Efosa Evbowe Portfolio
To fix thios you’ll need to move your site’s content to the root of your repository.