{"meta":{"title":"GitHub Pages란?","intro":"에 있는 리포지토리에서 직접 자신, 조직 또는 프로젝트에 대한 웹 사이트를 호스트하는 데 사용할 GitHub Pages 수 있습니다 GitHub.","product":"GitHub Pages","breadcrumbs":[{"href":"/ko/enterprise-server@3.22/pages","title":"GitHub Pages"},{"href":"/ko/enterprise-server@3.22/pages/getting-started-with-github-pages","title":"시작하기"},{"href":"/ko/enterprise-server@3.22/pages/getting-started-with-github-pages/what-is-github-pages","title":"GitHub Pages란?"}],"documentType":"article"},"body":"# GitHub Pages란?\n\n에 있는 리포지토리에서 직접 자신, 조직 또는 프로젝트에 대한 웹 사이트를 호스트하는 데 사용할 GitHub Pages 수 있습니다 GitHub.\n\n## GitHub Pages 정보\n\nGitHub Pages 는 HTML, CSS 및 JavaScript 파일을 리포지 GitHub토리에서 바로 가져와서 필요에 따라 빌드 프로세스를 통해 파일을 실행하고 웹 사이트를 게시하는 정적 사이트 호스팅 서비스입니다. 예제 컬렉션에서 사이트의 예제 GitHub Pages[를GitHub Pages](https://github.com/collections/github-pages-examples) 볼 수 있습니다.\n\n## 사이트 유형 GitHub Pages\n\n사이트 유형에는 두 가지가 GitHub Pages 있습니다. 사용자 또는 조직 계정과 연결된 사이트 및 특정 프로젝트를 위한 사이트입니다.\n\n<table>\n<thead>\n<tr>\n<th>속성</th>\n<th>사용자 및 조직 사이트</th>\n<th>프로젝트 사이트</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<th>소스 파일</th>\n<td>\n<code>&lt;owner&gt;.github.io</code>라는 리포지토리에 저장해야 하며, <code>&lt;owner&gt;</code>는 개인 또는 조직 계정 이름</td>\n<td>프로젝트 코드가 포함된 리포지토리 내의 폴더에 저장</td>\n</tr>\n<tr>\n<th>제한</th>\n<td>계정당 최대 1개의 페이지 사이트</td>\n<td>리포지토리당 최대 1개의 페이지 사이트</td>\n</tr>\n\n<tr>\n<th>하위 도메인 격리를 사용하는 기본 사이트 위치</th>\n<td><code>http(s)://pages.&lt;hostname&gt;/&lt;owner&gt;</code></td>\n<td><code>http(s)://pages.&lt;hostname&gt;/&lt;owner&gt;/&lt;repository&gt;/</code></td>\n</tr>\n<tr>\n<th>하위 도메인 격리를 사용하지 않는 기본 사이트 위치</th>\n<td><code>http(s)://&lt;hostname&gt;/pages/&lt;username&gt;</code></td>\n<td><code>http(s)://&lt;hostname&gt;/pages/&lt;owner&gt;/&lt;repository&gt;/</code></td>\n</tr>\n\n</tbody>\n</table>\n\n자세한 내용은 [하위 도메인 격리 활성화](/ko/enterprise-server@3.22/admin/configuring-settings/hardening-security-for-your-enterprise/enabling-subdomain-isolation) 을 참조하거나 사이트 관리자에게 문의하세요.\n\n## 추가 참고 자료\n\n* [\n  GitHub Pages\n  ](https://github.com/skills/github-pages) 에 GitHub Skills\n* [리포지토리에 대한 REST API 엔드포인트](/ko/enterprise-server@3.22/rest/repos#pages)\n* [GitHub Pages 사이트의 게시 소스 구성](/ko/enterprise-server@3.22/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site)"}