From 80f17433525a668bfaf337878b049770afb7d118 Mon Sep 17 00:00:00 2001 From: Asad Khan Date: Fri, 9 Oct 2020 20:11:38 +0530 Subject: [PATCH] Create my own `is-a.dev` domain config file This json record is still a work in progress, will update when I have more to add later --- domains/asad-khan.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/asad-khan.json diff --git a/domains/asad-khan.json b/domains/asad-khan.json new file mode 100644 index 000000000..fc9c93aa0 --- /dev/null +++ b/domains/asad-khan.json @@ -0,0 +1,12 @@ +{ + "description": "👋 Hello there! I'm Asad, nice to meet you. Building things that bring delight to users is what I enjoy, always learning new stuff everyday.", + "repo": "https://github.com/asadkhan777", + "owner": { + "username": "asadkhan777", + "email": "asadkhan1776@gmail.com" + }, + "record": { + "CNAME": "asadkhan777.github.io", + "URL": "https://asad-khan.is-a.dev" + } +}