@@ -75,31 +75,36 @@ will still be correct.
7575
7676As you can see, it's very practical.
7777
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.
78+ ## Easy Way
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.
8484For free accounts, GitHub does not allow you
8585to host from a private repo.
86- >
87- > 3 . Go to ` Settings ` and look for GitHub Pages
86+
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.
91+
92+ 4 . Go to ` Settings ` and look for GitHub Pages
8893at 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.
94+
95+ 5 . Set Up GitHub Pages:
96+ - Click ` None ` to trigger the dropdown.
97+ - Select ` main ` from the dropdown; it will auto-select ` /root ` . Leave it as is.
98+ - Click "Save" to apply your changes.
99+ <kbd ><img src =" https://github.com/user-attachments/assets/f907672b-8539-458e-bfae-0e0689723780 " /></kbd >
100+
101+ 6 . Configure Your Site:
102+ - Go back to your repository.
103+ - Create a file named ` _config.yml ` .
104+ - Choose a theme provided by GitHub. For example:<br >
105+ ![ Theme Selection] ( https://github.com/user-attachments/assets/08f71705-e35c-4fd2-b018-7b0925bfa3d2 )
106+
107+ 7 . You visit the site provided. You now have your web page.
103108
104109## More Details
105110In the same way you keep your pages and assets in one
0 commit comments