simple tutorial of free hosting using github
- First and foremost, you need a github account π€
- Onced you're signed in, create your website's root repository β· click here
- In case of unfamiliar with
version control
andgit
, theupload files
button comes to rescue π - cmd+f and type in
upload files
, hit it to upload all your files β¬οΈ - cmd+f and type in
Settings
, hit thesettings
button π§ - cmd+f and type in
None
, change it tomaster branch
and hitsave
button β - Surprisingly, all set! Your site is published at
https://<your_github_username>.github.io/<this_repo_name>/
π
Additionally, you may not be happy with the domain name, use a customized domain of your choice
ο here is MY site using github free hosting service [β³]