File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -114,16 +114,17 @@ typically follows this format: `https://<username>.github.io/<repository>/`.
114
114
You now have your web page.
115
115
116
116
## More Advanced Details
117
- ### GitHub Per User Root
118
- In the same way you keep your pages and assets in one
119
- directory and subdirectories on the server, it is
120
- the same thing on GitHub Pages through a GitHub repository.
117
+ ### GitHub Pages Root Defaults
118
+ By default, GitHub provides accounts and even Orgs a root
119
+ of your Web Page where all pages will be based from. Even if
120
+ you don't initialize this repo, you can start enabling
121
+ Pages per repo.
121
122
122
123
For a user, ` <username>.github.io ` is the pattern by default
123
124
so that GitHub Pages can build the site. Meaning, you should
124
125
create a repository named after this pattern,
125
- so mine is ` xdvrx1 .github.io` .
126
- My site will be automatically created.
126
+ so mine is ` jdevfullstack .github.io` . You can now
127
+ customize your root web page and it will be served by GitHub !
127
128
However, you may skip initializing your root directory.
128
129
129
130
### Default Documents
You can’t perform that action at this time.
0 commit comments