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 .

Wer kann dieses Feature verwenden?

Pages ist in öffentlichen Repositorys mit Free und Free für Organisationen sowie in öffentlichen und privaten Repositorys mit Pro, Team, Enterprise Cloud und Enterprise Server verfügbar. Weitere Informationen findest du unter -Pläne.

Pages verwendet nun Actions zur Ausführung des Jekyll-Builds. Wenn Sie einen Zweig als Quelle Ihres Builds verwenden, muss Actions in Ihrem Repository aktiviert sein, wenn Sie den eingebauten Jekyll-Workflow verwenden möchten. Wenn Actions nicht verfügbar oder deaktiviert ist, können Sie alternativ eine .nojekyll-Datei zum Stamm Ihrer Quellverzweigung hinzufügen, um den Jekyll-Erstellungsprozess zu umgehen und den Inhalt direkt bereitzustellen. Weitere Informationen zur Aktivierung von Actions findest du unter Verwalten von Actions-Einstellungen für ein Repository.

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 Eine benutzerdefinierte Domain für Ihre Pages-Website konfigurieren.

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