Skip to content

Commit ec57b40

Browse files
Update README.md
1 parent 964ded4 commit ec57b40

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -114,16 +114,17 @@ typically follows this format: `https://<username>.github.io/<repository>/`.
114114
You now have your web page.
115115

116116
## 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.
121122

122123
For a user, `<username>.github.io` is the pattern by default
123124
so that GitHub Pages can build the site. Meaning, you should
124125
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 !
127128
However, you may skip initializing your root directory.
128129

129130
### Default Documents

0 commit comments

Comments
 (0)