@@ -54,7 +54,7 @@ Also, say, you are creating content for another
5454website, you can simply embed the page and
5555you're job is done. You have the repo as the
5656active site for its development, maybe, others
57- will collaborate too, and then the page
57+ will collaborate too, and then the GitHub Page
5858as the output.
5959
6060## How To
@@ -89,9 +89,9 @@ default document. The big advantage of using pure HTML
8989is the freedom to design your page.
9090
9191There are three places where GitHub Pages will be building
92- your site from: ` master ` , ` gh-pages ` or ` /docs ` .
92+ your site from: ` main ` , ` gh-pages ` or ` /docs ` .
9393
94- - Using the ` master `
94+ - Using the ` main `
9595branch, there is no additional effort,
9696just set the proper configuration in ` Settings ` .
9797
@@ -100,7 +100,7 @@ to create this, go to `Branch`,
100100type in the box 'gh-pages'
101101then hit ` Enter ` .
102102
103- - ` /docs ` is a subfolder of the master ` branch ` ,
103+ - ` /docs ` is a subfolder of the main ` branch ` ,
104104just click ` Create new file ` then type
105105'docs/index.htm' or any of the other
106106choices for the default document.
@@ -114,15 +114,15 @@ it's just a matter of preference and technique where you
114114will be building your site among the three options.
115115
116116But there are few considerations:
117- - First, the ` master ` branch can be the source when it's all
117+ - First, the ` main ` branch can be the source when it's all
118118about building the site.
119119
120- - Second, the ` gh-pages ` can be your choice when your ` master `
120+ - Second, the ` gh-pages ` can be your choice when your ` main `
121121branch is dedicated for your source codes.
122122
123123- Third, the ` /docs ` folder is a good choice when
124124you want to build your site from scratch where
125- you don't copy the contents of the ` master ` branch,
125+ you don't copy the contents of the ` main ` branch,
126126as in the case of ` gh-pages ` branch.
127127
128128Changing the default address is another story, where
0 commit comments