mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-05-23 08:25:37 +00:00
Merge branch 'main' into patch-2
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"description": "GitHub pages verification",
|
||||
"owner": {
|
||||
"username": "Ninja-5000",
|
||||
"discord": "707170199861854209"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "1b6dcad6637eb7ef2c5de98714aff4"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"description": "My personal DHPhuc's website.",
|
||||
"owner": {
|
||||
"username": "dhp5621",
|
||||
"email": "daohongphuc1112010@hotmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": [
|
||||
"75.2.60.5"
|
||||
],
|
||||
"MX": [
|
||||
"mx1.improvmx.com",
|
||||
"mx2.improvmx.com"
|
||||
],
|
||||
"TXT": "v=spf1 include:spf.improvmx.com ~all"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "garvit-arora",
|
||||
"email": "garvit.university@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "garvit-arora.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"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Mariano Zunino's personal portfolio site",
|
||||
"repo": "https://github.com/marianozunino/portfolio",
|
||||
"owner": {
|
||||
"username": "marianozunino",
|
||||
"email": "marianoz@posteo.net"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "mzunino.com.uy"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Omar Márquez minimalist portfolio",
|
||||
"repo": "https://github.com/Trkiller02/minimalist-portfolio",
|
||||
"owner": {
|
||||
"username": "Trkiller02",
|
||||
"email": "trollkiller0207@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "trkiller02.github.io"
|
||||
}
|
||||
}
|
||||
@@ -1,11 +1,17 @@
|
||||
{
|
||||
"description": "Personal Website for PlOszukiwacz",
|
||||
"repo": "https://github.com/PlOszukiwaczDEV/ploszukiwaczdev.github.io",
|
||||
"repo": "https://github.com/ploszukiwacz/website_new",
|
||||
"owner": {
|
||||
"username": "PlOszukiwaczDEV",
|
||||
"username": "ploszukiwacz",
|
||||
"email": "ploszukiwacz1@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"NS": ["jake.ns.cloudflare.com", "stephane.ns.cloudflare.com"]
|
||||
"NS": ["jake.ns.cloudflare.com", "stephane.ns.cloudflare.com"],
|
||||
"DS": [{
|
||||
"key_tag": 2371,
|
||||
"algorithm": 13,
|
||||
"digest_type": 2,
|
||||
"digest": "CD6679293B68CD539A071B61A4BBC03B2B81F1B1DA48AAC2F2F690E957524AD1"
|
||||
}]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "chiragnahata",
|
||||
"email": "chiragnahata05@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["129.213.151.29"]
|
||||
}
|
||||
}
|
||||
@@ -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