mirror of
https://github.com/tiennm99/is-a-good-dev.git
synced 2026-06-07 06:14:33 +00:00
809 B
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"
}
}