Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AswinAsok authored Sep 23, 2023
1 parent 0819b0b commit 3da5a85
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,20 @@ This guide will walk you through the process of forking a repository containing
- Refresh the page and you will find a link to your hosted page at the top.
- After configuring GitHub Pages, GitHub will provide you with a link to your live site. It usually looks something like: `https://yourusername.github.io/forked-repo-name/`

### 4. Editing Files
- Since you have already hosted your website via GitHub pages, let's edit it and view it live.
- For this open the `/index.html` file and edit the text **Github Pages** in line number 96 to **Github Page by [Your Name]**.
- Once you have edited the file, click on the commit changes button on the top right of the editor to commit your changes.
- Enter a commit message and click commit changes once again to confirm your changes.
- Now, within a few minutes, your edit will be visible on the website.

## Conclusion

### Conclusion
That's it! You have successfully forked a repository and hosted an HTML file using GitHub Pages without cloning locally. Enjoy your live site!

### Sample Message

#ge-learn-ghpages

Hey, I have completed the Learn Github Pages task, and here is the hosted link to my task.
Hosted Link: `https://yourusername.github.io/forked-repo-name/`

0 comments on commit 3da5a85

Please sign in to comment.