From 737a0bc884e7a84fcc8b2cbb294e6aa9bd02f9b8 Mon Sep 17 00:00:00 2001 From: Madhav V Date: Thu, 8 Oct 2020 19:17:51 +0530 Subject: [PATCH 1/6] Create madhav.json --- domains/madhav.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 domains/madhav.json diff --git a/domains/madhav.json b/domains/madhav.json new file mode 100644 index 000000000..8b1378917 --- /dev/null +++ b/domains/madhav.json @@ -0,0 +1 @@ + From 248cca1fb8d38cf93481b5a75f16b1fb3d6c7961 Mon Sep 17 00:00:00 2001 From: Madhav V Date: Thu, 8 Oct 2020 19:27:10 +0530 Subject: [PATCH 2/6] Update madhav.json with fields --- domains/madhav.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/domains/madhav.json b/domains/madhav.json index 8b1378917..e66d5f4cb 100644 --- a/domains/madhav.json +++ b/domains/madhav.json @@ -1 +1,11 @@ - +{ + "repo": "https://github.com/LaBus3/LaBus3.github.io", + "owner": { + "username": "LaBus3", + "email": "madhav.v.1996@gmail.com" + }, + "record": { + "CNAME": "LaBus3.github.io", + "URL": "https://madhav.is-a.dev" + } +} From 859798b0f47a21d9698c94c5f17961d28232282a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=B4=95=E0=B5=8B=E0=B4=A1=E0=B5=8D=20=E0=B4=A4=E0=B5=8B?= =?UTF-8?q?=E0=B4=AE=E0=B4=BE?= <72553710+codethoma@users.noreply.github.com> Date: Thu, 8 Oct 2020 19:27:47 +0530 Subject: [PATCH 3/6] thundergod's domain --- domains/mrthundergod.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/mrthundergod.json diff --git a/domains/mrthundergod.json b/domains/mrthundergod.json new file mode 100644 index 000000000..a7d5f9b20 --- /dev/null +++ b/domains/mrthundergod.json @@ -0,0 +1,12 @@ +{ + "description": "The ThunderDome", + "repo": "https://github.com/mrthundergod/", + "owner": { + "username": "mrthundergod", + "email": "mrthundergod@gmail.com" + }, + "record": { + "CNAME": "mrthundergod.github.io", + "URL": "https://mrthundergod.is-a.dev" + } +} From 3c6e608ba3d3a63757a9a8fcc4e1e4d5cc8e3e8a Mon Sep 17 00:00:00 2001 From: Akash Santhosh <33491581+akash-santhosh@users.noreply.github.com> Date: Thu, 8 Oct 2020 14:00:45 +0000 Subject: [PATCH 4/6] Create akash.json --- domains/akash.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/akash.json diff --git a/domains/akash.json b/domains/akash.json new file mode 100644 index 000000000..0fa33a8b3 --- /dev/null +++ b/domains/akash.json @@ -0,0 +1,12 @@ +{ + "description": "Akash Santhosh is a Dev", + "repo": "https://github.com/akash-santhosh/is-a-dev", + "owner": { + "username": "akash-santhosh", + "email": "akashsanthosh@icloud.com" + }, + "record": { + "CNAME": "akash-santhosh.github.io", + "URL": "https://akash.is-a.dev" + } +} From d7e284a51a0c293aa85e8c227f945cf75f2cab18 Mon Sep 17 00:00:00 2001 From: mayurdange Date: Thu, 8 Oct 2020 19:46:20 +0530 Subject: [PATCH 5/6] Create mayur.json added \domains\mayur.json --- domains/mayur.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/mayur.json diff --git a/domains/mayur.json b/domains/mayur.json new file mode 100644 index 000000000..6d137b53c --- /dev/null +++ b/domains/mayur.json @@ -0,0 +1,12 @@ +{ + "description": "Mayur Dange is a Developer!", + "repo": "https://github.com/mayurdange/mayurdange.github.io", + "owner": { + "username": "mayurdange", + "email": "mayurdange@live.com" + }, + "record": { + "CNAME": "mayurdange.github.io", + "URL": "https://mayur.is-a.dev" + } +} From a5a30667de2eadca662cc3984ff620f062161746 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Thu, 8 Oct 2020 20:53:04 +0530 Subject: [PATCH 6/6] Adds note for https --- scripts/reply.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/reply.js b/scripts/reply.js index 31bccd540..e1ae2d25c 100644 --- a/scripts/reply.js +++ b/scripts/reply.js @@ -4,7 +4,7 @@ The changes you have made will soon be reflected!! ## Here\'s what you need to do next -If your domain points to a server you own, add \`domain-name.is-a.dev\` to your server config. +If your domain points to a server you own, add \`domain-name.is-a.dev\` to your server config. For https, you will have to configure ssl certificate to allow the new subdomain. ### For github pages users, * Go to your github page repo (\`user/user.github.io\`)