Skip to content

Commit 19072a8

Browse files
Update README.md
1 parent 05fe0bc commit 19072a8

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

README.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -75,36 +75,33 @@ will still be correct.
7575

7676
As you can see, it's very practical.
7777

78-
## Easy Way
79-
So, the steps are:
80-
78+
## GitHub Pages The Easy Way
8179
1. Create a GitHub account if there is none.
8280

8381
2. Create a repository or use an existing one.
8482
For free accounts, GitHub does not allow you
8583
to host from a private repo.
8684

87-
3. Initialize the repo with a README.md or create
88-
one if there was none. This will be the file that
89-
will be turned as the landing Page if there is no
90-
other file to be served.
85+
3. Initialize the repo with a README.md, or create one if
86+
it doesn't exist. This file will serve as the landing page
87+
if there are no other files to be served.
9188

92-
4. Go to `Settings` and look for GitHub Pages
89+
4. Go to `Settings` of the repository and look for GitHub Pages
9390
at the left side, it's just `Pages`.
94-
95-
5. Set Up GitHub Pages:
9691
- Click `None` to trigger the dropdown.
97-
- Select `main` from the dropdown; it will auto-select `/root`. Leave it as is.
92+
- Select `main` from the dropdown, it will auto-select `/root`. Leave it as is.
9893
- Click "Save" to apply your changes.
9994
<kbd><img src="https://github.com/user-attachments/assets/f907672b-8539-458e-bfae-0e0689723780" /></kbd>
10095

101-
6. Configure Your Site:
96+
5. Configure Your Site:
10297
- Go back to your repository.
10398
- Create a file named `_config.yml`.
10499
- Choose a theme provided by GitHub. For example:<br>
105100
![Theme Selection](https://github.com/user-attachments/assets/08f71705-e35c-4fd2-b018-7b0925bfa3d2)
106101

107-
7. You visit the site provided. You now have your web page.
102+
6. Visit the site provided. The URL pattern for GitHub Pages sites
103+
typically follows this format: `https://<username>.github.io/<repository>/`.
104+
You now have your web page.
108105

109106
## More Details
110107
In the same way you keep your pages and assets in one

0 commit comments

Comments
 (0)