New format + Prettier #191

prettier + match new format
This commit is contained in:
Will Clarke
2022-09-23 18:33:43 +01:00
committed by GitHub
62 changed files with 473 additions and 232 deletions
+5 -4
View File
@@ -1,12 +1,13 @@
<!doctype html> <html lang="en">
<head>
<meta name="charset" content="utf-8">
<meta name="viewport" content="width=device-width,intitial-scale=1.0">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://is-a-good.dev/tailwind.config.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css">
<title>is-a-good.dev ~ Free subdomains for developers</title>
<meta name="title" content="is-a-good.dev ~ Free subdomains for developers">
<title>Error 404 - is-a-good.dev - Free subdomains for developers</title>
<meta name="title" content="is-a-good.dev - Free subdomains for developers">
<meta name="description" content="Free subdomains for developers around the globe.">
</head>
<body class="bg-bg">
+5 -5
View File
@@ -2,14 +2,14 @@
A free subdomain provider for developers around the globe.
**Similar projects include:**
### Similar Projects
- [is-a.dev](https://github.com/is-a-dev/register)
- [thedev.id](https://github.com/fransallen/thedev.id)
- [cluster.ws & wip.la](https://github.com/Olivr/free-domain)
- [js.org](https://github.com/js-org/js.org) (JavaScript projects only)
### How to get your domain:
- [Fork](https://github.com/is-a-good-dev/register) this repository.
- [Fork](https://github.com/is-a-good-dev/register/fork) this repository.
- Create a new file under the `sub-logs` directory.
- Name the file according to the sub-domain name that you would like, for example `will.json`
@@ -27,10 +27,10 @@ Your pull request **will not** be merged if:
- The records provided includes invalid/unpermitted record types. Should this happen we will notify you and request changes.
### Information
- **[Documentation](https://docs.is-a-good.dev)**
- [Documentation](https://docs.is-a-good.dev)
### Notice:
If your subdomain is inactive, i.e not being actively used, it may be purged.
If your subdomain is inactive, as in not being actively used, it may be purged.
We will try and notify you before purging via the email you provided. If no email is provided your subdomain will be purged without notice.
**Please make sure that you fill in the relevant information on your pull request, we are currently operating this manually meaning it takes time to link the domains. Filling in the correct information just makes our lives that little bit easier.**
**Please make sure that you fill in the relevant information on your pull request, we are currently operating this manually meaning it takes time to link the domains. Filling in the correct information just makes our lives a little bit easier.**
+7 -5
View File
@@ -1,12 +1,14 @@
<!doctype html> <html lang="en">
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="charset" content="utf-8">
<meta name="viewport" content="width=device-width,intitial-scale=1.0">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdn.tailwindcss.com"></script>
<script src="tailwind.config.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css">
<title>is-a-good.dev ~ Free subdomains for developers</title>
<meta name="title" content="is-a-good.dev ~ Free subdomains for developers">
<title>is-a-good.dev - Free subdomains for developers</title>
<meta name="title" content="is-a-good.dev - Free subdomains for developers">
<meta name="description" content="Free subdomains for developers around the globe.">
</head>
<body class="bg-bg">
+2 -1
View File
@@ -1,4 +1,5 @@
<!DOCTYPE html><html lang="en">
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
+12 -9
View File
@@ -1,14 +1,17 @@
{
"repo": "https://github.com/is-a-good-dev/register",
"repo": "https://github.com/is-a-good-dev/register",
"owner": {
"username": "is-a-good-dev",
"email": "will@is-a-good.dev"
},
"owner": {
"username": "is-a-good-dev",
"email": "will@is-a-good.dev"
},
"target": {
"CNAME": "is-a-good-dev.github.io"
},
"target": {
"CNAME": {
"name": "@",
"value": "is-a-good-dev.github.io"
}
},
"proxied": false
"proxied": false
}
+12 -9
View File
@@ -1,14 +1,17 @@
{
"repo": "https://github.com/is-a-good-dev/api",
"repo": "https://github.com/is-a-good-dev/api",
"owner": {
"username": "is-a-good-dev",
"email": "will@is-a-good.dev"
},
"owner": {
"username": "is-a-good-dev",
"email": "will@is-a-good.dev"
},
"target": {
"CNAME": "dns.talosbot.xyz"
},
"target": {
"CNAME": {
"name": "api",
"value": "dns.talosbot.xyz"
}
},
"proxied": false
"proxied": false
}
+12 -9
View File
@@ -1,15 +1,18 @@
{
"repo": "https://github.com/is-a-good-dev/dashboard",
"repo": "https://github.com/is-a-good-dev/dashboard",
"owner": {
"username": "is-a-good-dev",
"email": "will@is-a-good.dev"
},
"owner": {
"username": "is-a-good-dev",
"email": "will@is-a-good.dev"
},
"target": {
"CNAME": "is-a-good-dev.github.io"
},
"target": {
"CNAME": {
"name": "dashboard",
"value": "is-a-good-dev.github.io"
}
},
"proxied": false
"proxied": false
}
+13 -12
View File
@@ -1,16 +1,17 @@
{
"repo": "https://github.com/is-a-good-dev/docs",
"repo": "https://github.com/is-a-good-dev/docs",
"owner": {
"username": "is-a-good-dev",
"email": "will@is-a-good.dev"
},
"target": {
"CNAME": {
"name": "docs",
"value": "hosting.gitbook.io"
}
},
"owner": {
"username": "is-a-good-dev",
"email": "will@is-a-good.dev"
},
"proxied": false
"target": {
"CNAME": {
"name": "docs",
"value": "hosting.gitbook.io"
}
},
"proxied": false
}
+4 -1
View File
@@ -5,7 +5,10 @@
},
"target": {
"A": "52.72.49.79"
"A": {
"name": "redirect",
"value": "52.72.49.79"
}
},
"proxied": false
+4 -1
View File
@@ -7,7 +7,10 @@
},
"target": {
"CNAME": "is-a-good-dev.github.io"
"CNAME": {
"name": "register",
"value": "is-a-good-dev.github.io"
}
},
"proxied": false
+15
View File
@@ -0,0 +1,15 @@
{
"owner": {
"username": "is-a-good-dev",
"email": "will@is-a-good.dev"
},
"target": {
"CNAME": {
"name": "status",
"value": "reports.hetrixtools.com"
}
},
"proxied": false
}
+6 -3
View File
@@ -1,13 +1,16 @@
{
"repo": "https://github.com/xHyroM/xHyroM/tree/builded-site",
"repo": "https://github.com/xhyrom/xhyrom/tree/builded-site",
"owner": {
"username": "Hyro",
"username": "xHyroM",
"email": "generalkubo@gmail.com"
},
"target": {
"CNAME": "hyro.pages.dev"
"CNAME": {
"name": "hyro",
"value": "hyro.pages.dev"
}
},
"proxied": false
+5 -2
View File
@@ -1,5 +1,5 @@
{
"repo": "https://github.com/X-SLAYER/x-slayer.github.com",
"repo": "https://github.com/x-slayer/x-slayer.github.com",
"owner": {
"username": "X-SLAYER",
@@ -7,7 +7,10 @@
},
"target": {
"CNAME": "x-slayer.github.io"
"CNAME": {
"name": "iheb",
"value": "x-slayer.github.io"
}
},
"proxied": false
+4 -1
View File
@@ -5,7 +5,10 @@
},
"target": {
"A": "66.94.121.50"
"A": {
"name": "ionetty",
"value": "66.94.121.50"
}
},
"proxied": false
+4 -1
View File
@@ -5,7 +5,10 @@
},
"target": {
"CNAME": "ismaelmohammed.github.io"
"CNAME": {
"name": "ismaelmohammed",
"value": "ismaelmohammed.github.io"
}
},
"proxied": false
+7 -4
View File
@@ -1,5 +1,5 @@
{
"repo": "https://github.com/WaffleCodez/wafflecodez.github.io",
"repo": "https://github.com/wafflecodez/wafflecodez.github.io",
"owner": {
"username": "WaffleCodez",
@@ -7,7 +7,10 @@
},
"target": {
"CNAME": "dns.tixte.com",
"CNAME": {
"name": "kamino",
"value": "dns.tixte.com"
},
"TXT": {
"name": "_tixte-challenge",
@@ -15,5 +18,5 @@
}
},
"proxied":true
}
"proxied": true
}
+5 -2
View File
@@ -5,10 +5,13 @@
},
"target": {
"CNAME": "cname.vercel-dns.com",
"CNAME": {
"name": "kareem-g",
"value": "cname.vercel-dns.com"
},
"TXT": {
"name": "_vercel",
"name": "_vercel.kareem-g",
"value": "vc-domain-verify=kareem-g.is-a-good.dev,65837be412394e41da4c"
}
},
+4 -1
View File
@@ -7,7 +7,10 @@
},
"target": {
"CNAME": "kazz0001.github.io"
"CNAME": {
"name": "kaz",
"value": "kazz0001.github.io"
}
},
"proxied": false
+4 -1
View File
@@ -7,7 +7,10 @@
},
"target": {
"CNAME": "iamstan13y.github.io"
"CNAME": {
"name": "keith",
"value": "iamstan13y.github.io"
}
},
"proxied": false
+4 -3
View File
@@ -1,13 +1,14 @@
{
"repo": "https://github.com/KittensAreDaBest",
"owner": {
"username": "KittensAreDaBest",
"email": "is-a-good-dev@mythicalkitten.com"
},
"target": {
"CNAME": "is-a-good-dev.mythicalkitten.com"
"CNAME": {
"name": "kitten",
"value": "is-a-good-dev.mythicalkitten.com"
}
},
"proxied": false
+5 -2
View File
@@ -1,5 +1,5 @@
{
"repo": "https://github.com/KunalSingh19/KunalSingh19.github.io",
"repo": "https://github.com/kunalsingh19/kunalsingh19.github.io",
"owner": {
"username": "KunalSingh19",
@@ -7,7 +7,10 @@
},
"target": {
"CNAME": "kunalsingh19.github.io"
"CNAME": {
"name": "kunal",
"value": "kunalsingh19.github.io"
}
},
"proxied": false
+4 -1
View File
@@ -5,7 +5,10 @@
},
"target": {
"A": "168.119.228.144"
"A": {
"name": "luca",
"value": "168.119.228.144"
}
},
"proxied": false
+15 -9
View File
@@ -1,12 +1,18 @@
{
"repo":"https://github.com/LxaNce-Hacker/LxaNce-Hacker.github.io",
"owner":{
"username":"LxaNce-Hacker",
"email":"princekatiyar4404@gmail.com"
},
"target":{
"CNAME":"lxance-hacker.github.io"
},
"proxied":false
"repo": "https://github.com/lxance-hacker/lxance-hacker.github.io",
"owner": {
"username": "LxaNce-Hacker",
"email": "princekatiyar4404@gmail.com"
},
"target": {
"CNAME": {
"name": "lxance-hacker",
"value": "lxance-hacker.github.io"
}
},
"proxied": false
}
+4 -1
View File
@@ -7,7 +7,10 @@
},
"target": {
"CNAME": "maaskduck.github.io"
"CNAME": {
"name": "maskduck",
"value": "maaskduck.github.io"
}
},
"proxied": false
+4 -1
View File
@@ -5,7 +5,10 @@
},
"target": {
"CNAME": "dns.talosbot.xyz"
"CNAME": {
"name": "matt",
"value": "dns.talosbot.xyz"
}
},
"proxied": false
+4 -1
View File
@@ -5,7 +5,10 @@
},
"target": {
"CNAME": "gweh.pages.dev"
"CNAME": {
"name": "me",
"value": "gweh.pages.dev"
}
},
"proxied": false
+4 -1
View File
@@ -7,7 +7,10 @@
},
"target": {
"CNAME": "dzired.github.io"
"CNAME": {
"name": "mehf",
"value": "dzired.github.io"
}
},
"proxied": false
+7 -1
View File
@@ -1,11 +1,17 @@
{
"repo": "https://github.com/idevmc/idevmc.github.io",
"owner": {
"username": "idevmc",
"email": "mick@micks.world"
},
"target": {
"CNAME": "idevmc.github.io"
"CNAME": {
"name": "mick",
"value": "idevmc.github.io"
}
},
"proxied": false
}
+15 -9
View File
@@ -1,11 +1,17 @@
{
"repo":"https://github.com/MicroBotCodes/website",
"owner":{
"username":"MicroBotCodes",
"email":"vinceayenni@gmail.com"
},
"target":{
"CNAME":"edge.redirect.pizza"
},
"proxied": false
"repo": "https://github.com/microbotcodes/website",
"owner": {
"username": "MicroBotCodes",
"email": "vinceayenni@gmail.com"
},
"target": {
"CNAME": {
"name": "micro",
"value": "edge.redirect.pizza"
}
},
"proxied": false
}
+17 -11
View File
@@ -1,11 +1,17 @@
{
"repo": "https://github.com/ilovemaneskin/moii.github.io",
"owner": {
"username": "ilovemaneskin",
"email": "veronicadelvecchio1001@gmail.com"
},
"target": {
"CNAME": "moii.github.io"
},
"proxied": false
}
{
"repo": "https://github.com/ilovemaneskin/moii.github.io",
"owner": {
"username": "ilovemaneskin",
"email": "veronicadelvecchio1001@gmail.com"
},
"target": {
"CNAME": {
"name": "moii",
"value": "moii.github.io"
}
},
"proxied": false
}
+6 -2
View File
@@ -1,11 +1,15 @@
{
"repo": "https://github.com/cancelledcactus/register",
"owner": {
"username": "cancelledcactus",
"email": "lindevin0701@outlook.com"
},
"target": {
"CNAME": "cancelledcactus.github.io"
"CNAME": {
"name": "noob",
"value": "cancelledcactus.github.io"
}
},
"proxied": false
}
+8 -2
View File
@@ -1,11 +1,17 @@
{
"repo": "https://github.com/NoozSBC/portfolio/",
"repo": "https://github.com/noozsbc/portfolio",
"owner": {
"username": "NoozSBC",
"email": "zhengm58@gmail.com"
},
"target": {
"CNAME": "noozsbc.github.io"
"CNAME": {
"name": "nooz",
"value": "noozsbc.github.io"
}
},
"proxied": false
}
+7 -1
View File
@@ -1,11 +1,17 @@
{
"repo": "https://github.com/obliviator123/obliviator123.github.io",
"owner": {
"username": "obliviator123",
"email": "oblivisadev@gmail.com"
},
"target": {
"CNAME": "obliviator123.github.io"
"CNAME": {
"name": "obliv",
"value": "obliviator123.github.io"
}
},
"proxied": false
}
+6 -1
View File
@@ -3,8 +3,13 @@
"username": "Oreki-Dev",
"email": "orekidev@gmail.com"
},
"target": {
"A": "164.132.74.251"
"A": {
"name": "oreki",
"value": "164.132.74.251"
}
},
"proxied": false
}
+11 -5
View File
@@ -1,11 +1,17 @@
{
"repo": "https://github.com/paddycooper08/portfolio",
"owner": {
"username": "paddycooper08",
"email": "onslowpaddy@duck.com"
},
"target": {
"CNAME": "paddycooper.vercel.app"
},
"proxied": false
},
"target": {
"CNAME": {
"name": "paddycooper",
"value": "paddycooper.vercel.app"
}
},
"proxied": false
}
+13 -9
View File
@@ -1,11 +1,15 @@
{
"repo": "https://github.com/NotKaskus",
"owner": {
"username": "NotKaskus",
"email": "kaskus45@proton.me"
},
"target": {
"A": "192.95.42.75"
},
"proxied": false
"owner": {
"username": "NotKaskus",
"email": "kaskus45@proton.me"
},
"target": {
"A": {
"name": "paul",
"value": "192.95.42.75"
}
},
"proxied": false
}
+7 -1
View File
@@ -1,11 +1,17 @@
{
"repo": "https://github.com/pinozenth/pinozenth.github.io",
"owner": {
"username": "pinozenth",
"email": "pinozen.thailand@gmail.com"
},
"target": {
"CNAME": "pinozenth.github.io"
"CNAME": {
"name": "pinont",
"value": "pinozenth.github.io"
}
},
"proxied": false
}
+8 -2
View File
@@ -1,11 +1,17 @@
{
"repo": "https://replit.com/@Raadsel/Website?v=1",
"repo": "https://replit.com/@raadsel/Website?v=1",
"owner": {
"username": "Raadsl",
"email": "jorik.loos@gmail.com"
},
"target": {
"CNAME": "5895b253-7316-4557-b4fb-f3a24165a4ae.id.repl.co"
"CNAME": {
"name": "raadsel",
"value": "5895b253-7316-4557-b4fb-f3a24165a4ae.id.repl.co"
}
},
"proxied": false
}
+8 -2
View File
@@ -1,11 +1,17 @@
{
"repo": "https://github.com/RadarFolf/CaseyK9",
"repo": "https://github.com/RadarFolf/CaseyK9",
"owner": {
"username": "CaseyK9",
"email": "rocco@caseymediallc.com"
},
"target": {
"CNAME": "caseymediallc.com"
"CNAME": {
"name": "radar",
"value": "caseymediallc.com"
}
},
"proxied": false
}
+8 -2
View File
@@ -1,11 +1,17 @@
{
"repo": "https://github.com/rayhanadev/Personal-Website-3",
"repo": "https://github.com/rayhanadev/personal-website-3",
"owner": {
"username": "rayhanadev",
"email": "rayhanadev@protonmail.com"
},
"target": {
"CNAME": "edge.redirect.pizza"
"CNAME": {
"name": "ray",
"value": "edge.redirect.pizza"
}
},
"proxied": false
}
+4 -1
View File
@@ -5,7 +5,10 @@
},
"target": {
"A": "198.251.81.131"
"A": {
"name": "rehanplayz",
"value": "198.251.81.131"
}
},
"proxied": false
+6 -1
View File
@@ -1,11 +1,16 @@
{
"repo": "https://github.com/sudo-Mystic/developerfolio",
"owner": {
"username": "sudo-Mystic",
"email": "mrmysticuniverse@gmail.com"
},
"target": {
"CNAME": "rishabhbohra.tk"
"CNAME": {
"name": "rishabh",
"value": "rishabhisdumb.netlify.app"
}
},
"proxied": false
+6 -2
View File
@@ -1,11 +1,15 @@
{
"repo": "https://github.com/sazanrjb",
"owner": {
"username": "sazanrjb",
"email": "mail@sazanrjb.com.np"
},
"target": {
"CNAME": "sazanrjb.com.np"
"CNAME": {
"name": "sajan",
"value": "sazanrjb.com.np"
}
},
"proxied": false
}
+4 -1
View File
@@ -5,7 +5,10 @@
},
"target": {
"CNAME": "sandalikaariyrathna.github.io"
"CNAME": {
"name": "sandalika",
"value": "sandalikaariyrathna.github.io"
}
},
"proxied": false
-11
View File
@@ -1,11 +0,0 @@
{
"repo": "~",
"owner": {
"username": "is-a-good-dev",
"email": "will@is-a-good.dev"
},
"target": {
"CNAME": "reports.hetrixtools.com"
},
"proxied": false
}
+8 -2
View File
@@ -1,11 +1,17 @@
{
"repo": "https://github.com/taha2002/taha2002.github.io",
"owner": {
"username": "taha2002",
"email": "bouras1920@gmail.com"
},
"target": {
"CNAME": "taha2002.github.io"
"CNAME": {
"name": "taha",
"value": "taha2002.github.io"
}
},
"proxied":false
"proxied": false
}
+15 -11
View File
@@ -1,11 +1,15 @@
{
"repo": "https://github.com/tavignesh",
"owner": {
"username": "tavignesh",
"email": "tavignesh2004@gmail.com"
},
"target": {
"CNAME": "tavignesh-is-a-good-dev.pages.dev"
},
"proxied": false
}
{
"owner": {
"username": "tavignesh",
"email": "tavignesh2004@gmail.com"
},
"target": {
"CNAME": {
"name": "tavignesh",
"value": "tavignesh-is-a-good-dev.pages.dev"
}
},
"proxied": false
}
+12 -6
View File
@@ -1,11 +1,17 @@
{
"repo": "https://github.com/TCODEDAO/thanhdev-html-css-portfolio",
"repo": "https://github.com/tcodedao/thanhdev-html-css-portfolio",
"owner": {
"username": "TCODEDAO",
"email": "thanhguitar282@gmail.com"
},
"target": {
"CNAME": "tcodedao.github.io"
},
"proxied": false
},
"target": {
"CNAME": {
"name": "thanh",
"value": "tcodedao.github.io"
}
},
"proxied": false
}
+14 -6
View File
@@ -1,12 +1,20 @@
{
"repo": "https://github.com/twerkingrat44/.dev",
"owner": {
"username": "themediocredev",
"email": "thribhu.krishnan@outlook.com.au"
},
"target": {
"A": "34.132.134.162"
"TXT":"replit-verify=7a770ba4-a691-4406-b81a-e009a792e0ae"
},
"target": {
"A": {
"name": "themediocre",
"value": "34.132.134.162"
},
"proxied": false
"TXT": {
"name": "themediocre",
"value": "replit-verify=7a770ba4-a691-4406-b81a-e009a792e0ae"
}
},
"proxied": false
}
+10 -4
View File
@@ -1,9 +1,15 @@
{
"repo": "https://github.com/TianTcl/TianTcl",
"owner": {
"username": "TianTcl",
"email": "tclwebguest@gmail.com"
}, "target": {
"CNAME": "info.TianTcl.net"
}, "proxied": false
},
"target": {
"CNAME": {
"name": "tiantcl",
"value": "info.tiantcl.net"
}
},
"proxied": false
}
+7 -2
View File
@@ -1,15 +1,20 @@
{
"repo": "https://github.com/vuquangthinh",
"owner": {
"username": "vuquangthinh",
"email": "quangthinh.dev@gmail.com"
},
"target": {
"CNAME": "vuquangthinh.github.io",
"CNAME": {
"name": "tonywu",
"value": "vuquangthinh.github.io"
},
"TXT": {
"name": "_github-pages-challenge-vuquangthinh.tonywu",
"value": "0b9dc3e2752d1dc520c401ce8b7557"
}
},
"proxied": true
}
+6 -2
View File
@@ -1,11 +1,15 @@
{
"repo": "https://github.com/Artsui/tudordev",
"owner": {
"username": "Artsui",
"email": "Tudor.P.15@protonmail.com"
},
"target": {
"CNAME": "artsui.github.io"
"CNAME": {
"name": "tudor",
"value": "artsui.github.io"
}
},
"proxied": false
}
+5 -2
View File
@@ -1,5 +1,5 @@
{
"repo": "https://github.com/tunganhtran/introduction-myself",
"repo": "https://github.com/tunganhtran/tunganhtran.github.io",
"owner": {
"username": "tunganhtran",
@@ -7,7 +7,10 @@
},
"target": {
"CNAME": "tunganhtran.github.io"
"CNAME": {
"name": "tungtran",
"value": "tunganhtran.github.io"
}
},
"proxied": false
+17 -11
View File
@@ -1,11 +1,17 @@
{
"repo": "https://github.com/codingwithuday/codingwithuday.github.io",
"owner": {
"username": "codingwithuday",
"email": "contact.coderuday@gmail.com"
},
"target": {
"CNAME": "codingwithuday.github.io"
},
"proxied": false
}
{
"repo": "https://github.com/codingwithuday/codingwithuday.github.io",
"owner": {
"username": "codingwithuday",
"email": "contact.coderuday@gmail.com"
},
"target": {
"CNAME": {
"name": "uday",
"value": "codingwithuday.github.io"
}
},
"proxied": false
}
+8 -2
View File
@@ -1,11 +1,17 @@
{
"repo": "https://github.com/VaibhavSys/VaibhavSys.github.io",
"repo": "https://github.com/vaibhavsys/vaibhavsys.github.io",
"owner": {
"username": "VaibhavSys",
"email": "vaibhavsys@protonmail.com"
},
"target": {
"CNAME": "edge.redirect.pizza"
"CNAME": {
"name": "vaibhav",
"value": "edge.redirect.pizza"
}
},
"proxied": false
}
+7 -3
View File
@@ -1,11 +1,15 @@
{
"repo": "https://github.com/venquidev/is-a-good-dev",
"owner": {
"username": "venquidev",
"email": "edwinrey5211@gmail.com"
},
"target": {
"CNAME": "venquidev.pages.dev"
"CNAME": {
"name": "venquidev",
"value": "venquidev.pages.dev"
}
},
"proxied": false
}
}
+4 -1
View File
@@ -5,7 +5,10 @@
},
"target": {
"CNAME": "DoctorStrange49.gitbook.io"
"CNAME": {
"name": "vulcan49343777",
"value": "doctorstrange49.gitbook.io"
}
},
"proxied": false
+10 -6
View File
@@ -1,11 +1,15 @@
{
"repo": "https://github.com/WadeSlider/is-a-good.dev",
"owner": {
"username": "WadeSlider",
"email": "alexisarturodh@gmail.com"
},
"target": {
"CNAME": "wadeslider.github.io"
},
"proxied": false
},
"target": {
"CNAME": {
"name": "wadeslider",
"value": "wadeslider.github.io"
}
},
"proxied": false
}
+17 -11
View File
@@ -1,11 +1,17 @@
{
"repo": "https://github.com/wcaleniekubaa/wcaleniekubaa.github.io",
"owner": {
"username": "wcaleniekubaa",
"email": "wcaleniekubaa@gmail.com"
},
"target": {
"CNAME": "wcaleniekubaa.github.io"
},
"proxied": false
}
{
"repo": "https://github.com/wcaleniekubaa/wcaleniekubaa.github.io",
"owner": {
"username": "wcaleniekubaa",
"email": "wcaleniekubaa@gmail.com"
},
"target": {
"CNAME": {
"name": "wcaleniekubaa",
"value": "wcaleniekubaa.github.io"
}
},
"proxied": false
}
+6 -3
View File
@@ -1,12 +1,15 @@
{
"description": "",
"repo": "https://github.com/westhecool/registe-1",
"owner": {
"username": "westhecool",
"email": "noonehere@null.net"
},
"target": {
"CNAME": "cname-alt-mail-server.sv1.wesdns.cf"
"CNAME": {
"name": "wesley",
"value": "cname-alt-mail-server.sv1.wesdns.cf"
}
},
"proxied": false
}
+8 -2
View File
@@ -1,11 +1,17 @@
{
"repo": "https://github.com/YogeshSeeni/yogeshseeni.github.io",
"repo": "https://github.com/yogeshseeni/yogeshseeni.github.io",
"owner": {
"username": "YogeshSeeni",
"email": "yogeshseeni60@gmail.com"
},
"target": {
"CNAME": "yogeshseeni.github.io"
"CNAME": {
"name": "yogesh",
"value": "yogeshseeni.github.io"
}
},
"proxied": false
}
+4 -4
View File
@@ -2,10 +2,10 @@ tailwind.config = {
theme: {
extend: {
colors:{
"bg":"#181C1F",
"bg-accent":"#14171C",
"accent":"#80C1F5",
"text":"#FFFFFF"
"bg": "#181C1F",
"bg-accent": "#14171C",
"accent": "#80C1F5",
"text": "#FFFFFF"
}
}
}