Want to show your website to the world? GitHub Pages is a free and easy way to publish your static websites online. In this blog, I’ll guide you through the step-by-step process to host your first website using GitHub Pages.
Go to github.com and create a free account if you don’t already have one.
my-website.index.html, style.css).main branch and / (root) folder.
After a few seconds, GitHub will give you a public link like:
https://yourusername.github.io/my-website/
You can share this with anyone!
That’s it! You’ve just published your first website online using GitHub Pages. It’s free, fast, and perfect for students and developers to share their projects with the world. Keep experimenting and building more!