From 3da5a85ac741559a8516421416e334a4014c4201 Mon Sep 17 00:00:00 2001 From: Aswin Asok Date: Sat, 23 Sep 2023 23:24:53 +0530 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 498aec1..71c14d4 100644 --- a/README.md +++ b/README.md @@ -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/`