diff --git a/domains/_vercel.ahmad.json b/domains/_vercel.ahmad.json index 05c1b496e..86074dd7e 100644 --- a/domains/_vercel.ahmad.json +++ b/domains/_vercel.ahmad.json @@ -1,6 +1,6 @@ { "owner": { - "username": "rezlic", + "username": "azrelic", "email": "ahmadking78654@gmail.com" }, "record": { diff --git a/domains/_vercel.chriscent.json b/domains/_vercel.chriscent.json new file mode 100644 index 000000000..79319a336 --- /dev/null +++ b/domains/_vercel.chriscent.json @@ -0,0 +1,11 @@ +{ + "description": "A practice portfolio for web design challenges.", + "repo": "https://github.com/KishonShrill/website-portfolio", + "owner": { + "username": "KishonShrill", + "email": "crystalbluew@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=chriscent.is-a.dev,0bd491999fe494552e50" + } +} diff --git a/domains/_vercel.thegoofy-guy.json b/domains/_vercel.thegoofy-guy.json new file mode 100644 index 000000000..3fdf1c760 --- /dev/null +++ b/domains/_vercel.thegoofy-guy.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "thegoofy-dev", + "email": "pankajtyagi1601@gmail.com" + }, + "record": { + "TXT": "vc-domain-verify=thegoofy-guy.is-a.dev,382a00f94cc6e561761e" + } +} diff --git a/domains/_vercel.victordev.json b/domains/_vercel.victordev.json index 31cd7f9d2..94bdad7a9 100644 --- a/domains/_vercel.victordev.json +++ b/domains/_vercel.victordev.json @@ -4,6 +4,6 @@ "email": "victor.humberto.dev@gmail.com" }, "record": { - "TXT": "vc-domain-verify=tubeto.is-a.dev,3379bf5df2b2933e27da" + "TXT": "vc-domain-verify=victordev.is-a.dev,249570ae89a082ed0670" } } diff --git a/domains/ahmad.json b/domains/ahmad.json index 8e7e9917d..eaaea8f56 100644 --- a/domains/ahmad.json +++ b/domains/ahmad.json @@ -1,6 +1,6 @@ { "owner": { - "username": "rezlic", + "username": "azrelic", "email": "ahmadking78654@gmail.com" }, "record": { diff --git a/domains/dllb.json b/domains/dllb.json new file mode 100644 index 000000000..6af3be5c9 --- /dev/null +++ b/domains/dllb.json @@ -0,0 +1,11 @@ +{ + "description": "This repo contains my personal portfolio site.", + "repo": "https://github.com/dllbdev/homepage", + "owner": { + "username": "dllbdev", + "email": "dllb.dev@proton.me" + }, + "record": { + "CNAME": "dllbdev.github.io" + } +} diff --git a/domains/guillelm71.json b/domains/guillelm71.json new file mode 100644 index 000000000..204083529 --- /dev/null +++ b/domains/guillelm71.json @@ -0,0 +1,12 @@ +{ + "description": "Personal Portfolio Tech Website...", + "repo": "https://github.com/guilleLM71/guillelm71.github.io", + "owner": { + "username": "guilleLM71", + "email": "jlauram3@fcpn.edu.bo" + }, + "record": { + "CNAME": "guillelm71.github.io" + }, + "proxied": true +} diff --git a/domains/i3vie.json b/domains/i3vie.json deleted file mode 100644 index 371692667..000000000 --- a/domains/i3vie.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "owner": { - "username": "i3vie", - "discord": "i3vie" - }, - "record": { - "CNAME": "i3vie.port0.org" - } -} diff --git a/domains/ploszukiwacz.json b/domains/ploszukiwacz.json index bb2986d76..a67be9b22 100644 --- a/domains/ploszukiwacz.json +++ b/domains/ploszukiwacz.json @@ -1,6 +1,6 @@ { "description": "Personal Website for PlOszukiwacz", - "repo": "https://github.com/PlOszukiwaczDEV/ploszukiwaczdev.github.io", + "repo": "https://github.com/ploszukiwacz/website_new", "owner": { "username": "ploszukiwacz", "email": "ploszukiwacz1@gmail.com" diff --git a/domains/smlxdesign.json b/domains/smlxdesign.json new file mode 100644 index 000000000..5f6635fb0 --- /dev/null +++ b/domains/smlxdesign.json @@ -0,0 +1,11 @@ +{ + "description": "SMLX Design's personal blog site", + "repo": "https://github.com/smlxdesign/astro-newsite", + "owner": { + "username": "smlxdesign", + "email": "samuel.smlxdesign@gmail.com" + }, + "record": { + "A": ["75.2.60.5"] + } +} diff --git a/domains/thegoofy-guy.json b/domains/thegoofy-guy.json index 5021d4f41..19c70cf17 100644 --- a/domains/thegoofy-guy.json +++ b/domains/thegoofy-guy.json @@ -1,11 +1,10 @@ { -"description": "My personal portfolio website", -"owner": { - "username": "thegoofy-dev", - "email": "pankajtyagi1601@gmail.com" -}, -"record": { - "CNAME": "pankajtyagi-portfolio.vercel.app" -}, - "proxied": true + "description": "My personal portfolio website", + "owner": { + "username": "thegoofy-dev", + "email": "pankajtyagi1601@gmail.com" + }, + "record": { + "CNAME": "pankajtyagi-portfolio.vercel.app" + } } diff --git a/tests/json.test.js b/tests/json.test.js index 6b0fff983..1b40b75d5 100644 --- a/tests/json.test.js +++ b/tests/json.test.js @@ -69,6 +69,7 @@ async function validateFileName(t, file) { t.false(file.includes(".is-a.dev"), `${file}: File name should not contain .is-a.dev`); t.true(file === file.toLowerCase(), `${file}: File name should be all lowercase`); t.false(file.includes("--"), `${file}: File name should not contain consecutive hyphens`); + t.false(file.startsWith("_redirect."), `${file}: File name should not start with _redirect`); if (file !== "@.json") { const subdomain = file.replace(/\.json$/, "");