# GitHub Pages란?

에 있는 리포지토리에서 직접 자신, 조직 또는 프로젝트에 대한 웹 사이트를 호스트하는 데 사용할 GitHub Pages 수 있습니다 GitHub.

## GitHub Pages 정보

GitHub Pages 는 HTML, CSS 및 JavaScript 파일을 리포지 GitHub토리에서 바로 가져와서 필요에 따라 빌드 프로세스를 통해 파일을 실행하고 웹 사이트를 게시하는 정적 사이트 호스팅 서비스입니다. 예제 컬렉션에서 사이트의 예제 GitHub Pages[를GitHub Pages](https://github.com/collections/github-pages-examples) 볼 수 있습니다.

## 사이트 유형 GitHub Pages

사이트 유형에는 두 가지가 GitHub Pages 있습니다. 사용자 또는 조직 계정과 연결된 사이트 및 특정 프로젝트를 위한 사이트입니다.

<table>
<thead>
<tr>
<th>속성</th>
<th>사용자 및 조직 사이트</th>
<th>프로젝트 사이트</th>
</tr>
</thead>
<tbody>
<tr>
<th>소스 파일</th>
<td>
<code>&lt;owner&gt;.github.io</code>라는 리포지토리에 저장해야 하며, <code>&lt;owner&gt;</code>는 개인 또는 조직 계정 이름</td>
<td>프로젝트 코드가 포함된 리포지토리 내의 폴더에 저장</td>
</tr>
<tr>
<th>제한</th>
<td>계정당 최대 1개의 페이지 사이트</td>
<td>리포지토리당 최대 1개의 페이지 사이트</td>
</tr>

<tr>
<th>하위 도메인 격리를 사용하는 기본 사이트 위치</th>
<td><code>http(s)://pages.&lt;hostname&gt;/&lt;owner&gt;</code></td>
<td><code>http(s)://pages.&lt;hostname&gt;/&lt;owner&gt;/&lt;repository&gt;/</code></td>
</tr>
<tr>
<th>하위 도메인 격리를 사용하지 않는 기본 사이트 위치</th>
<td><code>http(s)://&lt;hostname&gt;/pages/&lt;username&gt;</code></td>
<td><code>http(s)://&lt;hostname&gt;/pages/&lt;owner&gt;/&lt;repository&gt;/</code></td>
</tr>

</tbody>
</table>

자세한 내용은 [하위 도메인 격리 활성화](/ko/enterprise-server@3.22/admin/configuring-settings/hardening-security-for-your-enterprise/enabling-subdomain-isolation) 을 참조하거나 사이트 관리자에게 문의하세요.

## 추가 참고 자료

* [
  GitHub Pages
  ](https://github.com/skills/github-pages) 에 GitHub Skills
* [리포지토리에 대한 REST API 엔드포인트](/ko/enterprise-server@3.22/rest/repos#pages)
* [GitHub Pages 사이트의 게시 소스 구성](/ko/enterprise-server@3.22/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site)