Skip to main content

What is Pages?

You can use Pages to host a website about yourself, your organization, or your project directly from a repository on .

누가 이 기능을 사용할 수 있나요?

Pages은(는) 조직의 Free 및 Free이(가) 있는 퍼블릭 리포지토리와 Pro, Team, Enterprise Cloud 및 Enterprise Server의 퍼블릭 및 프라이빗 리포지토리에서 사용할 수 있습니다. 자세한 내용은 의 플랜을(를) 참조하세요.

Pages은(는) 이제 Actions을(를) 사용하여 Jekyll 빌드를 실행합니다. 빌드의 원본으로 분기를 사용하는 경우 기본 제공 Jekyll 워크플로를 사용하려면 리포지토리에서 Actions을(를) 사용하도록 설정해야 합니다. 또는 Actions을(를) 사용할 수 없거나 사용하지 않도록 설정한 경우 원본 분기의 루트에 .nojekyll 파일을 추가하면 Jekyll 빌드 프로세스를 무시하고 콘텐츠를 직접 배포합니다. Actions 사용에 대한 자세한 내용은 리포지토리에 대한 Actions 설정 관리을(를) 참조하세요.

About Pages

Pages is a static site hosting service that takes HTML, CSS, and JavaScript files straight from a repository on , optionally runs the files through a build process, and publishes a website. You can see examples of Pages sites in the Pages examples collection.

Types of Pages sites

There are two types of Pages sites. Sites associated with a user or organization account, and sites for a specific project.

PropertyUser and organization sitesProject sites
Source filesMust be stored in a repository named <owner>..io, where <owner> is the personal or organization account nameStored in a folder within the repository that contains the project's code
LimitsMaximum of one pages site per accountMaximum of one pages site per repository
Default site locationhttp(s)://<owner>..iohttp(s)://<owner>..io/<repositoryname>

Hosting on your own custom domain

You can host your site on 's .io domain or your own custom domain. See Pages 사이트에 대한 사용자 지정 도메인 구성.

Data collection

When a Pages site is visited, the visitor's IP address is logged and stored for security purposes, regardless of whether the visitor has signed into or not. For more information about 's security practices, see Privacy Statement.

Further reading