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.
There are two types of Pages sites. Sites associated with a user or organization account, and sites for a specific project.
Property | User and organization sites | Project sites |
---|---|---|
Source files | Must be stored in a repository named <owner>..io , where <owner> is the personal or organization account name | Stored in a folder within the repository that contains the project's code |
Limits | Maximum of one pages site per account | Maximum of one pages site per repository |
Default site location | http(s)://<owner>..io | http(s)://<owner>..io/<repositoryname> |
If you publish your site privately, the URL for your site will be different. For more information, see Changing the visibility of your Pages site.
You can host your site on 's .io
domain or your own custom domain. See Configuring a custom domain for your Pages site.