I am trying to host my website on GitHub.
It consists of multiple HTML files (homepage.html
, projectpage.html
, images
folder etc.) and a CSS file. However, when I publish it, only the README is shown and not my HTML web pages.
How do I host my website on GitHub?
Using GitHub Pages:
index.html
Your site is now published at username.github.io/repo
.
Using Vercel's free plan which gives you a customisable subdomain:
index.html
Vercel will start building your site. It will be hosted at projectname.vercel.app