How to Get Free Hosting with GitHub Pages!
Did you know you can host your website **for FREE using GitHub Pages?
**
Whether it’s a portfolio, a personal blog, or a project landing page, GitHub offers a simple way to deploy static websites without spending a dime. Here's how to do it:
### 🛠 Steps:
- Create a GitHub account (if you don't already have one).
-
Create a new repository and name it something like
my-portfolio
. - Push your HTML, CSS, and JS files to the repo.
- Go to the repo Settings > Pages.
- Under "Source", select the branch (usually
main
) and/root
or/docs
folder. - Click Save, and boom — your site is live!
✅ Perfect for:
- Developers showing off projects
- Quick landing pages
- Documentation sites
No servers. No fees. Just GitHub.
Top comments (0)