ktosayev
ktosayev

Reputation: 17

Setting up multiple different sites with Github Pages

I can't seem to find a definitive answer to this.

I would like to purchase the Developer package on Github and set up multiple static sites on completely different custom domains (not subdomains). For example, with one Github Developer account (username: SampleUsername), create a blog about horses (horsesblog.com), a blog about cats (catsblog.com) and a blog about dogs (dogsblog.com).

The key here is that they are all on separate private project repositories within the SampleUsername account and are completely independent of each other.

Is this possible?

Upvotes: 1

Views: 1691

Answers (1)

user7682158
user7682158

Reputation:

Running multiple sites on different apex domains in GitHub Pages is entirely possible!

You just need to add the relevant A records (or ALIAS/ANAME is supported) for the domain.

Upvotes: 1

Related Questions