Skip to content

Commit e52a211

Browse files
Update README.md
1 parent 7bf1868 commit e52a211

File tree

1 file changed

+27
-26
lines changed

1 file changed

+27
-26
lines changed

README.md

Lines changed: 27 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,33 @@ will still be correct.
7575

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

78-
## How To
78+
## Easy Steps
79+
> So, the steps are:
80+
>
81+
> 1. Create a GitHub account if there is none.
82+
>
83+
> 2. Create a repository or use an existing one.
84+
For free accounts, GitHub does not allow you
85+
to host from a private repo.
86+
>
87+
> 3. Go to `Settings` and look for GitHub Pages
88+
at the left side, it's just `Pages`.
89+
>
90+
> 4. Set Up GitHub Pages:
91+
> - Click `None` to trigger the dropdown.
92+
> - Select `main` from the dropdown; it will auto-select `/root`. Leave it as is.
93+
> - Click "Save" to apply your changes.
94+
> <kbd><img src="https://github.com/user-attachments/assets/f907672b-8539-458e-bfae-0e0689723780" /></kbd>
95+
>
96+
> 5. Configure Your Site:
97+
> - Go back to your repository.
98+
> - Create a file named `_config.yml`.
99+
> - Choose a theme provided by GitHub. For example:<br>
100+
> ![Theme Selection](https://github.com/user-attachments/assets/08f71705-e35c-4fd2-b018-7b0925bfa3d2)
101+
>
102+
> 6. You visit the site provided. You now have your web page.
103+
104+
## More Details
79105
In the same way you keep your pages and assets in one
80106
directory and subdirectories on the server, it is
81107
the same thing on GitHub Pages through a GitHub repository.
@@ -172,31 +198,6 @@ layout: default
172198

173199
on top of the HTML file.
174200

175-
***
176-
> So, the steps are:
177-
>
178-
> 1. Create a GitHub account if there is none.
179-
>
180-
> 2. Create a repository or use an existing one.
181-
For free accounts, GitHub does not allow you
182-
to host from a private repo.
183-
>
184-
> 3. Go to `Settings` and look for GitHub Pages
185-
at the left side, it's just `Pages`.
186-
>
187-
> 4. Select where GitHub Pages should build
188-
the pages, either from:
189-
<kbd><img src="https://user-images.githubusercontent.com/47092464/115100185-abf2cd80-9f6d-11eb-85b4-1558a7335658.png" /></kbd>
190-
> - `main` (default)
191-
> - `gh-pages`
192-
> - `/docs`
193-
>
194-
> 5. And select a theme also if you want.
195-
>
196-
> 6. You visit the site provided. You now have your web page.
197-
198-
***
199-
200201
## The Trick
201202
GitHub Pages generates a static site but
202203
don't you know that you can deploy games using this?

0 commit comments

Comments
 (0)