Files
is-a-good-dev/documentation/hosting-type/github-pages.md
T
2021-07-07 01:10:08 +01:00

809 B

Github pages

You can create a github pages website by creating a new repo with the name github-username.github.io. For help and more information, please read through the guide

Setting up your domain file

Create a json file in the sub-logs directory (sub-logs/subdomain.is-a-good.dev).

Please make sure that your json file follows the following format:

{ "repo": "https://github.com/github-username/github-username.github.io", "owner": { "username": "github-username", "email": "your-name-here@domain", }, "target": { "CNAME": "github-username.github.io" } }