@@ -113,7 +113,8 @@ at the left side, it's just `Pages`.
113113typically follows this format: ` https://<username>.github.io/<repository>/ ` .
114114You now have your web page.
115115
116- ## More Details
116+ ## More Advanced Details
117+ ### GitHub Per User Root
117118In the same way you keep your pages and assets in one
118119directory and subdirectories on the server, it is
119120the same thing on GitHub Pages through a GitHub repository.
@@ -125,6 +126,7 @@ so mine is `xdvrx1.github.io`.
125126My site will be automatically created.
126127However, you may skip initializing your root directory.
127128
129+ ### Default Documents
128130A default document will be displayed when a visitor requests
129131the site's URL. This is the ` index.htm ` file (or ` index.html `
130132to make sure other platforms will read it correctly)
@@ -144,6 +146,7 @@ they are still the choices for the
144146default document. The big advantage of using pure HTML
145147is the freedom to design your page.
146148
149+ ### GitHub Directories Where It Will Be Hosting
147150There are three places where GitHub Pages will be building
148151your site from: ` main ` , ` gh-pages ` or ` /docs ` .
149152
@@ -182,6 +185,7 @@ you want to build your site from scratch where
182185you don't copy the contents of the ` main ` branch,
183186as in the case of ` gh-pages ` branch.
184187
188+ ### Custom Domain
185189Changing the default address is another story, where
186190you really want to make sure that you
187191have an existing domain. If you know how to host
@@ -192,6 +196,7 @@ studying how to host a website from a different source
192196because the idea is the same in GitHub Pages.
193197I provided the link at the bottom.
194198
199+ ### Default Themes and Custom Themes
195200The themes provided by GitHub Pages can be used
196201for your pages. These themes will
197202always work in Markdown files
0 commit comments