Create multiple websites with multiple domains under one GitHub Account #30915
-
|
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 3 replies
-
|
Here's the entry point to the official documentation: https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages In short, you can set one custom domain per repository. If you set one for your user site repository it'll apply to all your Pages sites that don't have another custom domain. |
Beta Was this translation helpful? Give feedback.
-
|
you can also create Orgs, they are just like users with fine-grained features for collab, but you can have them even without members, it also follows the default naming of GitHub Pages ending in take a look at mine even though I don't have a custom domain https://github.com/devz-throwable the root of that is https://devz-throwable.github.io/ it's like another user but it's not, this way I can organize my repos too, so it will not be too many for my personal Repos tab |
Beta Was this translation helpful? Give feedback.

Here's the entry point to the official documentation: https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/about-custom-domains-and-github-pages
In short, you can set one custom domain per repository. If you set one for your user site repository it'll apply to all your Pages sites that don't have another custom domain.