+ 1
Help Me!!!
How to host a site in gitHub !!!
2 Answers
+ 3
In case you mean the profile page, you need to create a repo with the same name as your account â you can google it.
(Mind that github is not a hosting service, but a service for the distribution of code with version control)
+ 3
Step 1: create account
Step 2: creat public repo
Step 3: upload a your website files
Step 4: rename your hompage file to âindex.htmlâ
Step 5: go to this repos pages setting
settings > pages
Step 6: look the source drop down and click main
Step 7: another drop down will appear click root and then click the save button
Step 8: after clicking save github will give you a link to your website