Skip to content

Commit 373ab96

Browse files
authored
Merge pull request #54302 from github/repo-sync
Repo sync
2 parents e582062 + 308b928 commit 373ab96

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

content/pages/getting-started-with-github-pages/about-github-pages.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,12 @@ Organization owners can disable the publication of {% data variables.product.pro
4040

4141
There are three types of {% data variables.product.prodname_pages %} sites: project, user, and organization. Project sites are connected to a specific project hosted on {% data variables.product.github %}, such as a JavaScript library or a recipe collection. User and organization sites are connected to a specific account on {% data variables.location.product_location %}.
4242

43-
To publish a user site, you must create a repository owned by your personal account that's named {% ifversion fpt or ghec %}`<username>.github.io`{% else %}`<username>.<hostname>`{% endif %}. To publish an organization site, you must create a repository owned by an organization that's named {% ifversion fpt or ghec %}`<organization>.github.io`{% else %}`<organization>.<hostname>`{% endif %}. {% ifversion fpt or ghec %}Unless you're using a custom domain, user and organization sites are available at `http(s)://<username>.github.io` or `http(s)://<organization>.github.io`.{% endif %}
43+
* User sites are hosted in a repository owned your personal account, named {% ifversion fpt or ghec %}`<username>.github.io`{% else %}`<username>.<hostname>`{% endif %}.
44+
* Organization sites are hosted in a repository owned by an organization, named {% ifversion fpt or ghec %}`<organization>.github.io`{% else %}`<organization>.<hostname>`{% endif %}.
45+
46+
{% ifversion fpt or ghec %}Unless you're using a custom domain, user and organization sites are available at `http(s)://<username>.github.io` or `http(s)://<organization>.github.io`.{% endif %}
47+
48+
{% data reusables.pages.twenty-minutes-to-publish %}
4449

4550
The source files for a project site are stored in the same repository as their project. {% ifversion fpt or ghec %}Unless you're using a custom domain, project sites are available at `http(s)://<username>.github.io/<repository>` or `http(s)://<organization>.github.io/<repository>`.{% endif %}
4651

0 commit comments

Comments
 (0)