From 4bdb66a8b2d40770fd5d1dc0599bfc393a698216 Mon Sep 17 00:00:00 2001 From: Amar13mehta <57030863+Amar13mehta@users.noreply.github.com> Date: Tue, 27 Oct 2020 22:36:33 +0530 Subject: [PATCH 1/3] added amar13.json --- domains/amar13.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/amar13.json diff --git a/domains/amar13.json b/domains/amar13.json new file mode 100644 index 000000000..851373aa4 --- /dev/null +++ b/domains/amar13.json @@ -0,0 +1,11 @@ +{ + "description": "My personal portfolio", + "repo": "https://github.com/amar13mehta/amar13mehta.github.io", + "owner": { + "username": "amar13mehta", + "email": "amar13iam@gmail.com" + }, + "record": { + "CNAME": "amar13mehta.github.io" + } + } \ No newline at end of file From 39dc54539fc30a3f0cf85d84e50df945e589a57d Mon Sep 17 00:00:00 2001 From: YajTPG <51419431+YajTPG@users.noreply.github.com> Date: Wed, 28 Oct 2020 02:30:04 +0530 Subject: [PATCH 2/3] Update yajtpg.json --- domains/yajtpg.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/domains/yajtpg.json b/domains/yajtpg.json index 026f414ea..f793f3565 100644 --- a/domains/yajtpg.json +++ b/domains/yajtpg.json @@ -1,16 +1,11 @@ { "description":"YajTPG's website", - "repo":"https://github.com/YajTPG", + "repo":"https://github.com/YajTPG/yajtpg.github.io", "owner":{ "username":"YajTPG", "email":"yajtpg@gmail.com" }, "record":{ - "A":[ - "85.159.233.158", - "108.59.1.30", - "217.182.183.225", - "185.206.180.169" - ] + "CNAME": "yajtpg.github.io" } } From eb7b5e7ec7f27800aa74e47ca8358de14834d698 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 31 Oct 2020 01:30:26 +0530 Subject: [PATCH 3/3] Update API.md --- API.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/API.md b/API.md index fd29e5fa0..fba632efc 100644 --- a/API.md +++ b/API.md @@ -23,7 +23,8 @@ ### For github pages users -* A github pages json file will look something like this - +* You can take a look at the [github pages guide](https://guides.github.com/features/pages/) if you need help with setting up a website with github pages. +* Your json file will look something like this - ```json { "description": "Add some description",