mirror of
https://github.com/tiennm99/is-a-good-dev.git
synced 2026-09-09 02:17:23 +00:00
Add files via upload
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
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"
|
||||
}
|
||||
}
|
||||
|
||||
FOR URL REDIRECTION
|
||||
{
|
||||
"record": {
|
||||
"link": "https://url-goes-here"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user