Skip to content

Commit c43ad40

Browse files
Update README.md
1 parent bf5fa50 commit c43ad40

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ at the left side, it's just `Pages`.
113113
typically follows this format: `https://<username>.github.io/<repository>/`.
114114
You now have your web page.
115115

116-
## More Details
116+
## More Advanced Details
117+
### GitHub Per User Root
117118
In the same way you keep your pages and assets in one
118119
directory and subdirectories on the server, it is
119120
the same thing on GitHub Pages through a GitHub repository.
@@ -125,6 +126,7 @@ so mine is `xdvrx1.github.io`.
125126
My site will be automatically created.
126127
However, you may skip initializing your root directory.
127128

129+
### Default Documents
128130
A default document will be displayed when a visitor requests
129131
the site's URL. This is the `index.htm` file (or `index.html`
130132
to make sure other platforms will read it correctly)
@@ -144,6 +146,7 @@ they are still the choices for the
144146
default document. The big advantage of using pure HTML
145147
is the freedom to design your page.
146148

149+
### GitHub Directories Where It Will Be Hosting
147150
There are three places where GitHub Pages will be building
148151
your site from: `main`, `gh-pages` or `/docs`.
149152

@@ -182,6 +185,7 @@ you want to build your site from scratch where
182185
you don't copy the contents of the `main` branch,
183186
as in the case of `gh-pages` branch.
184187

188+
### Custom Domain
185189
Changing the default address is another story, where
186190
you really want to make sure that you
187191
have an existing domain. If you know how to host
@@ -192,6 +196,7 @@ studying how to host a website from a different source
192196
because the idea is the same in GitHub Pages.
193197
I provided the link at the bottom.
194198

199+
### Default Themes and Custom Themes
195200
The themes provided by GitHub Pages can be used
196201
for your pages. These themes will
197202
always work in Markdown files

0 commit comments

Comments
 (0)