Files
is-a-good-dev/format.json
T
Will Clarke 0c76dab8ba Update format
Remove Link. URL redirection no longer supported for meantime
2022-05-07 13:19:46 +01:00

40 lines
604 B
JSON

GITHUB 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"
}
}
OTHER HOSTING SERVICE FORMAT
{
"repo": "https://github.com/github-username",
"owner": {
"username": "github-username",
"email": "your-name-here@domain",
}
"record": {}
}
RECORD TYPES
FOR CNAME
{
"record": {
"CNAME": "target-goes-here"
}
}