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 で、Jekyll ビルドの実行に Actions が使用されるようになりました。 ビルドのソースとしてブランチを使用する際、組み込みの 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