mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-06-07 16:12:09 +00:00
Merge branch 'main' into main
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "rezlic",
|
||||
"username": "azrelic",
|
||||
"email": "ahmadking78654@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "thegoofy-dev",
|
||||
"email": "pankajtyagi1601@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "vc-domain-verify=thegoofy-guy.is-a.dev,382a00f94cc6e561761e"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "rezlic",
|
||||
"username": "azrelic",
|
||||
"email": "ahmadking78654@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "i3vie",
|
||||
"discord": "i3vie"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "i3vie.port0.org"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
|
||||
@@ -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"]
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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$/, "");
|
||||
|
||||
Reference in New Issue
Block a user