From c1861799a8ef5e1b1dbad59368e0f0c8c71de69f Mon Sep 17 00:00:00 2001 From: Saif Rahman <64410006+saifrahmn@users.noreply.github.com> Date: Mon, 1 May 2023 15:52:01 +0530 Subject: [PATCH 1/2] Create saifrahman.json --- domains/saifrahman.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/saifrahman.json diff --git a/domains/saifrahman.json b/domains/saifrahman.json new file mode 100644 index 000000000..72484b7d0 --- /dev/null +++ b/domains/saifrahman.json @@ -0,0 +1,12 @@ +{ + "description": "Personal Blog", + "repo": "https://github.com/saifrahmn/portfolio.github.io", + "owner": { + "username": "saifrahmn", + "email": "saifrahmn78@gmail.com", + "twitter": "saif_rahmn" + }, + "record": { + "CNAME": "saifrahmn.github.io" + } +} From 75a48426ba5ba8feb9cfa2efaeb4bc54232043f3 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Tue, 2 May 2023 15:03:37 +0800 Subject: [PATCH 2/2] fix repo --- domains/saifrahman.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/saifrahman.json b/domains/saifrahman.json index 72484b7d0..428c1a6f5 100644 --- a/domains/saifrahman.json +++ b/domains/saifrahman.json @@ -1,6 +1,6 @@ { "description": "Personal Blog", - "repo": "https://github.com/saifrahmn/portfolio.github.io", + "repo": "https://github.com/saifrahmn/portfolio", "owner": { "username": "saifrahmn", "email": "saifrahmn78@gmail.com",