diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index e8519241f..6ff9fe1cd 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -8,7 +8,11 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: borales/actions-yarn@v2.0.0 + with: + ref: ${{ github.event.pull_request.head.sha }} + fetch-depth: 0 + - name: Installing dependencies + uses: borales/actions-yarn@v2.0.0 with: cmd: install - name: Running tests diff --git a/API.md b/API.md index c91be5156..47d125c53 100644 --- a/API.md +++ b/API.md @@ -23,6 +23,7 @@ } ``` * After the pull request is merged, you will see a 404 error on `your-domain.is-a.dev`. To fix this go to your github page repo's `Settings > Github pages > Custom domain` and add `your-domain.is-a.dev` in the given field +* If you have added the `URL` record for forced https, check the `Enforce HTTPS` checkbox too diff --git a/domains/aaron.json b/domains/aaron.json new file mode 100644 index 000000000..9778d9150 --- /dev/null +++ b/domains/aaron.json @@ -0,0 +1,12 @@ +{ + "description": "Aaron's personal developer website", + "repo": "https://github.com/aaron-harvey", + "owner": { + "username": "aaronharvey", + "email": "aaron@lolsup.com" + }, + "record": { + "CNAME": "lolsup.com", + "URL": "https://aaron.is-a.dev" + } +} diff --git a/domains/aashutosh.json b/domains/aashutosh.json new file mode 100644 index 000000000..2399d7be0 --- /dev/null +++ b/domains/aashutosh.json @@ -0,0 +1,11 @@ +{ + "description": "Aashutosh Rathi's Space on Web", + "owner": { + "username": "aashutoshrathi", + "email": "me@aashutosh.dev" + }, + "record": { + "CNAME": "aashutosh.dev", + "URL": "https://aashutosh.is-a.dev" + } +} diff --git a/domains/abhay.json b/domains/abhay.json new file mode 100644 index 000000000..1e722675c --- /dev/null +++ b/domains/abhay.json @@ -0,0 +1,12 @@ +{ + "description": "Abhay's portfolio website", + "repo": "https://github.com/daggron/daggron.github.io", + "owner": { + "username": "Daggron", + "email": "returnofking04@gmail.com" + }, + "record": { + "CNAME": "codeinator.me", + "URL": "https://abhay.is-a.dev" + } +} \ No newline at end of file diff --git a/domains/abhishek.json b/domains/abhishek.json new file mode 100644 index 000000000..22545cd82 --- /dev/null +++ b/domains/abhishek.json @@ -0,0 +1,12 @@ +{ + "description": "Abhishek's personal website", + "repo": "https://github.com/nullpointxr", + "owner": { + "username": "nullpointxr", + "email": "abhishek.sankar.in@protonmail.com" + }, + "record": { + "CNAME": "nullpointxr.github.io", + "URL": "https://abhishek.is-a.dev" + } +} diff --git a/domains/abishek.json b/domains/abishek.json new file mode 100644 index 000000000..3fde17249 --- /dev/null +++ b/domains/abishek.json @@ -0,0 +1,12 @@ +{ + "description": "Abishek's portfolio website", + "repo": "https://github.com/vj-abishek/vj-abishek.github.io", + "owner": { + "username": "vj-abishek", + "email": "abigosearch@gmail.com" + }, + "record": { + "CNAME": "vj-abishek.github.io", + "URL": "https://abishek.is-a.dev" + } +} diff --git a/domains/adarshs.json b/domains/adarshs.json new file mode 100644 index 000000000..47670879b --- /dev/null +++ b/domains/adarshs.json @@ -0,0 +1,12 @@ +{ + "description": "The portfolio of Adarsh S", + "repo": "https://github.com/adarshsuresh07", + "owner": { + "username": "adarshsuresh07", + "email": "adarshsuresh@cet.ac.in" + }, + "record": { + "CNAME":"adarshsuresh07.github.io", + "URL": "https://adarshs.is-a.dev" + } +} diff --git a/domains/ahsan.json b/domains/ahsan.json new file mode 100644 index 000000000..00b859025 --- /dev/null +++ b/domains/ahsan.json @@ -0,0 +1,11 @@ +{ + "description": "Ahsan's Personal Website", + "owner": { + "username": "aqureshi", + "email": "ahsan.qureshi8@gmail.com" + }, + "record": { + "CNAME": "www.thisisahsan.com", + "URL": "https://ahsan.is-a.dev" + } +} 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" + } +} diff --git a/domains/akshay-ashok.json b/domains/akshay-ashok.json new file mode 100644 index 000000000..132781ef9 --- /dev/null +++ b/domains/akshay-ashok.json @@ -0,0 +1,12 @@ +{ + "description": "Akshay Ashok has a is a dev domain", + "repo": "https://github.com/Akshay090/akshay090.github.io", + "owner": { + "username": "Akshay090", + "email": "aks28id@gmail.com" + }, + "record": { + "CNAME": "akshay090.github.io", + "URL": "https://akshay-ashok.is-a.dev" + } +} diff --git a/domains/alan.json b/domains/alan.json new file mode 100644 index 000000000..eb0a1bd31 --- /dev/null +++ b/domains/alan.json @@ -0,0 +1,12 @@ +{ + "description": "Alan's personal developer website", + "repo": "https://github.com/schirrel", + "owner": { + "username": "schirrel", + "email": "alan@schirrel.dev" + }, + "record": { + "CNAME": "schirrel.dev", + "URL": "https://alan.is-a.dev" + } +} diff --git a/domains/alexlykesas.json b/domains/alexlykesas.json new file mode 100644 index 000000000..3cf45f5d0 --- /dev/null +++ b/domains/alexlykesas.json @@ -0,0 +1,11 @@ +{ + "description": "Alex Lykesas's personal developer website", + "repo": "https://github.com/Alexookah/alexlykesas.com", + "owner": { + "username": "alexookah", + "email": "alexlykesas@gmail.com" + }, + "record": { + "URL": "https://alexlykesas.com" + } +} diff --git a/domains/andros.json b/domains/andros.json new file mode 100644 index 000000000..8d17a744f --- /dev/null +++ b/domains/andros.json @@ -0,0 +1,12 @@ +{ + "description": "Andros's personal developer website", + "repo": "https://github.com/tanrax", + "owner": { + "username": "Andros Fenollosa Hurtado", + "email": "", + "twitter": "@androsfenollosa" + }, + "record": { + "URL": "https://programadorwebvalencia.com/" + } +} diff --git a/domains/anoop.json b/domains/anoop.json new file mode 100644 index 000000000..53c1c378c --- /dev/null +++ b/domains/anoop.json @@ -0,0 +1,12 @@ +{ + "description": "Anoop's blog", + "repo": "https://gitlab.com/anoopmsivadas/anoopmsivadas.gitlab.io", + "owner": { + "username": "anoopmsivadas", + "email": "anoopms@disroot.org" + }, + "record": { + "CNAME": "anoopmsivadas.gitlab.io", + "URL": "https://anoop.is-a.dev" + } +} diff --git a/domains/anthony.json b/domains/anthony.json new file mode 100644 index 000000000..76eace375 --- /dev/null +++ b/domains/anthony.json @@ -0,0 +1,11 @@ +{ + "description": "Anthony's personal developer website", + "owner": { + "username": "hubsta", + "email": "admin@thehubble.com.au" + }, + "record": { + "CNAME": "brisbaneweb.dev", + "URL": "https://anthony.is-a.dev" + } +} diff --git a/domains/arya.json b/domains/arya.json new file mode 100644 index 000000000..7510a71e2 --- /dev/null +++ b/domains/arya.json @@ -0,0 +1,12 @@ +{ + "description": "Arya Vinodan's Website", + "repo": "https://github.com/aryavinodan", + "owner": { + "username": "aryavinodan", + "email": "aryavinodan2000@gmail.com" + }, + "record": { + "CNAME": "aryavinodan2000.github.io", + "URL": "https://arya.is-a.dev" + } +} diff --git a/domains/ashish.json b/domains/ashish.json new file mode 100644 index 000000000..a1d6e2498 --- /dev/null +++ b/domains/ashish.json @@ -0,0 +1,12 @@ +{ + "description": "Ashish's personal developer website", + "repo": "https://github.com/ashiishme", + "owner": { + "username": "ashiishme", + "email": "contact@ashiish.me" + }, + "record": { + "CNAME": "ashiish.me", + "URL": "https://ashish.is-a.dev" + } +} diff --git a/domains/atechadventurer.json b/domains/atechadventurer.json new file mode 100644 index 000000000..562f3ed46 --- /dev/null +++ b/domains/atechadventurer.json @@ -0,0 +1,11 @@ +{ + "description": "ATechAdventurer's Site", + "repo": "https://github.com/ATechAdventurer", + "owner": { + "username": "ATechAdventurer", + "email": "cam.steeleis@gmail.com" + }, + "record": { + "URL": "https://github.com/ATechAdventurer" + } +} diff --git a/domains/bhadra.json b/domains/bhadra.json new file mode 100644 index 000000000..69b9a8fd1 --- /dev/null +++ b/domains/bhadra.json @@ -0,0 +1,12 @@ +{ + "description": "Personal Website", + "repo": "https://github.com/BhadraJayakumarSandhya/BhadraJayakumarSandhya.github.io", + "owner": { + "username": "BhadraJayakumarSandhya", + "email": "tomjerryparu@gmail.com" + }, + "record": { + "CNAME": "BhadraJayakumarSandhya.github.io", + "URL": "https://bhadra.is-a.dev" + } +} diff --git a/domains/bradley.json b/domains/bradley.json new file mode 100644 index 000000000..d2137d61b --- /dev/null +++ b/domains/bradley.json @@ -0,0 +1,10 @@ +{ + "description": "Bradley's website", + "owner": { + "username": "bholbrook73", + "email": "bradley73@gmail.com" + }, + "record": { + "ALIAS": "bradleyholbrook.com" + } +} diff --git a/domains/brandon.json b/domains/brandon.json new file mode 100644 index 000000000..b533a756a --- /dev/null +++ b/domains/brandon.json @@ -0,0 +1,12 @@ +{ + "description": "Brandons's personal developer website", + "repo": "https://github.com/b-hexsoul", + "owner": { + "username": "b-hexsoul", + "email": "brandon.hexsel@gmail.com" + }, + "record": { + "CNAME": "b-hexsoul.github.io", + "URL": "https://brandon.is-a.dev" + } +} diff --git a/domains/charlie.json b/domains/charlie.json new file mode 100644 index 000000000..419de86fa --- /dev/null +++ b/domains/charlie.json @@ -0,0 +1,12 @@ +{ + "description": " Charlie is a Dev", + "repo": "https://github.com/cachrisman/cachrisman.github.io", + "owner": { + "username": "cachrisman", + "email": "charlie.chrisman@gmail.com" + }, + "record": { + "CNAME": "cachrisman.github.io", + "URL": "https://charlie.is-a.dev" + } +} diff --git a/domains/chetanbasuray.json b/domains/chetanbasuray.json new file mode 100644 index 000000000..9dcaaf9b1 --- /dev/null +++ b/domains/chetanbasuray.json @@ -0,0 +1,12 @@ +{ + "description": "Chetan's website", + "repo": "https://github.com/chetanbasuray/chetanbasuray.github.io", + "owner": { + "username": "chetanbasuray", + "email": "basuraychetan@gmail.com" + }, + "record": { + "CNAME": "chetanbasuray.github.io", + "URL": "https://chetan-basuray.is-a.dev" + } +} \ No newline at end of file diff --git a/domains/chris.json b/domains/chris.json new file mode 100644 index 000000000..4d2e47310 --- /dev/null +++ b/domains/chris.json @@ -0,0 +1,13 @@ + +{ + "description": "Chris' Site", + "repo": "https://github.com/Sp4nd3x/", + "owner": { + "username": "Sp4nd3x", + "email": "chrisisadev@gmail.com" + }, + "record": { + "CNAME": "sp4nd3x.github.io", + "URL": "https://chris.is-a.dev" + } +} diff --git a/domains/codefoster.json b/domains/codefoster.json new file mode 100644 index 000000000..a21e921c2 --- /dev/null +++ b/domains/codefoster.json @@ -0,0 +1,11 @@ +{ + "description": "The main for codefoster - a Software Engineer at Microsoft.", + "repo": "https://github.com/codefoster", + "owner": { + "username": "codefoster", + "email": "jeremy.foster@live.com" + }, + "record": { + "URL": "http://codefoster.com" + } +} diff --git a/domains/codethoma.json b/domains/codethoma.json new file mode 100644 index 000000000..baafb82d1 --- /dev/null +++ b/domains/codethoma.json @@ -0,0 +1,12 @@ +{ + "description": "The ThunderDome", + "repo": "https://github.com/codethoma/", + "owner": { + "username": "codethoma", + "email": "mrthundergod@gmail.com" + }, + "record": { + "CNAME": "codethoma.github.io", + "URL": "https://codethoma.is-a.dev" + } +} diff --git a/domains/danilofuchs.json b/domains/danilofuchs.json new file mode 100644 index 000000000..46f2cf52a --- /dev/null +++ b/domains/danilofuchs.json @@ -0,0 +1,12 @@ +{ + "description": "danilofuchs's is-a.dev domain", + "repo": "https://github.com/danilofuchs/danilofuchs.github.io", + "owner": { + "username": "danilofuchs", + "email": "danilo_fuchs@hotmail.com" + }, + "record": { + "CNAME": "danilofuchs.github.io", + "URL": "https://danilofuchs.is-a.dev" + } +} diff --git a/domains/derek-briggs.json b/domains/derek-briggs.json new file mode 100644 index 000000000..9aaa137f7 --- /dev/null +++ b/domains/derek-briggs.json @@ -0,0 +1,10 @@ +{ + "owner" : { + "username": "Derek52", + "email": "contact@derekbriggs.xyz" + }, + "record": { + "CNAME": "Derek52.github.io", + "URL": "https://Derek52.is-a.dev" + } +} diff --git a/domains/dino.json b/domains/dino.json new file mode 100644 index 000000000..af974a8de --- /dev/null +++ b/domains/dino.json @@ -0,0 +1,12 @@ +{ + "description": "Vitor Dino is a front-end developer and ui designer", + "repo": "https://github.com/vitordino", + "owner": { + "username": "vitordino", + "email": "me@vitordino.com" + }, + "record": { + "CNAME": "vitordino.com", + "URL": "https://dino.is-a.dev" + } +} diff --git a/domains/ecalzo.json b/domains/ecalzo.json new file mode 100644 index 000000000..1243a68c5 --- /dev/null +++ b/domains/ecalzo.json @@ -0,0 +1,12 @@ +{ + "description": "Evan's personal developer blog", + "repo": "https://github.com/Ecalzo/ecalzo.github.io", + "owner": { + "username": "ecalzo", + "email": "evancalz@me.com" + }, + "record": { + "CNAME": "ecalzo.github.io", + "URL": "https://ecalzo.is-a.dev" + } +} diff --git a/domains/eric.json b/domains/eric.json new file mode 100644 index 000000000..ab4967530 --- /dev/null +++ b/domains/eric.json @@ -0,0 +1,12 @@ +{ + "description": "Eric's website and blog", + "repo": "https://github.com/yurrriq", + "owner": { + "username": "yurrriq", + "email": "eric@ericb.me" + }, + "record": { + "CNAME": "yurrriq.github.io", + "URL": "https://eric.is-a.dev" + } +} diff --git a/domains/ezedinff.json b/domains/ezedinff.json new file mode 100644 index 000000000..8a10dd6df --- /dev/null +++ b/domains/ezedinff.json @@ -0,0 +1,12 @@ +{ + "description": "Ezedin's personal developer website", + "repo": "https://github.com/ezedinff", + "owner": { + "username": "ezedinff", + "email": "ezedin.fedlu@gmail.com" + }, + "record": { + "CNAME": "black-horse-coder-blog.vercel.app", + "URL": "https://ezedin.is-a.dev" + } +} diff --git a/domains/farzan.json b/domains/farzan.json new file mode 100644 index 000000000..535308431 --- /dev/null +++ b/domains/farzan.json @@ -0,0 +1,12 @@ +{ + "description": "Farzan F A is a Dev", + "repo": "https://github.com/Farzanfa/Farzanfa.github.io", + "owner": { + "username": "farzanfa", + "email": "farzanfa007@gmail.com" + }, + "record": { + "CNAME": "Farzanfa.github.io", + "URL": "https://farzan.is-a.dev" + } +} diff --git a/domains/gaurav.json b/domains/gaurav.json new file mode 100644 index 000000000..4a5f346c0 --- /dev/null +++ b/domains/gaurav.json @@ -0,0 +1,12 @@ +{ + "description": "Gaurav Tewari", + "repo": "https://github.com/tewarig/tewarig.github.io", + "owner": { + "username": "Gaurav", + "email": "gauravtewari111@gmail.com" + }, + "record": { + "CNAME": "tewarig.github.io", + "URL": "https://gaurav.is-a.dev" + } +} diff --git a/domains/georgekaran.json b/domains/georgekaran.json new file mode 100644 index 000000000..ae89517f2 --- /dev/null +++ b/domains/georgekaran.json @@ -0,0 +1,11 @@ +{ + "description": "George Karan - Personal Page", + "repo": "https://github.com/georgekaran", + "owner": { + "username": "georgekaran", + "email": "georgekaran12@gmail.com" + }, + "record": { + "URL": "https://georgekaran.com" + } +} diff --git a/domains/getify.json b/domains/getify.json new file mode 100644 index 000000000..4aff2f839 --- /dev/null +++ b/domains/getify.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "getify", + "email": "domains@dontsend.me" + }, + "record": { + "A": ["50.116.28.162"] + } +} diff --git a/domains/gilad.json b/domains/gilad.json new file mode 100644 index 000000000..612ba57b1 --- /dev/null +++ b/domains/gilad.json @@ -0,0 +1,11 @@ +{ + "description": "Gilad's personal developer website", + "owner": { + "username": "gilade", + "email": "gilad@eventov.com" + }, + "record": { + "CNAME": "gilad.ninja", + "URL": "https://gilad.is-a.dev" + } +} diff --git a/domains/gkr.json b/domains/gkr.json new file mode 100644 index 000000000..fed031e3c --- /dev/null +++ b/domains/gkr.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "gautamkrishnar", + "email": "hello@gautamkrishnar.com" + }, + "record": { + "A": ["185.224.138.125"] + } +} diff --git a/domains/gkucmierz.json b/domains/gkucmierz.json new file mode 100644 index 000000000..85339e1b2 --- /dev/null +++ b/domains/gkucmierz.json @@ -0,0 +1,10 @@ +{ + "description": "gkucmierz's personal blog", + "owner": { + "username": "gkucmierz", + "email": "gkucmierz@gmail.com" + }, + "record": { + "URL": "https://dev.to/gkucmierz" + } +} diff --git a/domains/govind.json b/domains/govind.json new file mode 100644 index 000000000..32732a21d --- /dev/null +++ b/domains/govind.json @@ -0,0 +1,12 @@ +{ + "description": "Govind's personal developer website", + "repo": "https://github.com/govind-shenoy", + "owner": { + "username": "govind-shenoy", + "email": "govindvshenoy@gmail.com" + }, + "record": { + "CNAME": "govind-shenoy.github.io", + "URL": "https://govind.is-a.dev" + } +} diff --git a/domains/guptasiddhant.json b/domains/guptasiddhant.json new file mode 100644 index 000000000..d954107e6 --- /dev/null +++ b/domains/guptasiddhant.json @@ -0,0 +1,11 @@ +{ + "description": "Is Dev domain for Siddhant GUPTA", + "repo": "https://github.com/guptasiddhant/guptasiddhant/", + "owner": { + "username": "GuptaSiddhant", + "email": "me@guptasiddhant.com" + }, + "record": { + "URL": "http://guptasiddhant.com" + } +} diff --git a/domains/jacob.json b/domains/jacob.json new file mode 100644 index 000000000..230214cee --- /dev/null +++ b/domains/jacob.json @@ -0,0 +1,12 @@ +{ + "description": "My cool dev", + "repo": "https://github.com/jacob13400/jacob13400.github.io", + "owner": { + "username": "jacob13400", + "email": "jacob13400@gmail.com" + }, + "record": { + "CNAME": "jacob13400.github.io", + "URL": "https://jacob.is-a.dev" + } +} diff --git a/domains/justin.json b/domains/justin.json new file mode 100644 index 000000000..c2fb26afa --- /dev/null +++ b/domains/justin.json @@ -0,0 +1,12 @@ +{ + "description": "My personal Page", + "repo": "https://github.com/justinjohnymathew/justinjohnymathew.github.io", + "owner": { + "username": "justinjohnymathew", + "email": "justinjohny.jj@gmail.com" + }, + "record": { + "CNAME": "justinjohnymathew.github.io", + "URL": "https://justin.is-a.dev" + } +} diff --git a/domains/kevin.json b/domains/kevin.json new file mode 100644 index 000000000..d563af887 --- /dev/null +++ b/domains/kevin.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "KevinBrogan", + "email": "kevin@brogan.ca" + }, + "record": { + "CNAME": "brogan.ca" + } +} diff --git a/domains/kiss.json b/domains/kiss.json new file mode 100644 index 000000000..9f04710c2 --- /dev/null +++ b/domains/kiss.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "filipekiss", + "email": "filipe@kiss.ink" + }, + "record": { + "CNAME": "filipe.kiss.ink", + "URL": "https://kiss.is-a.dev" + } +} diff --git a/domains/madhav.json b/domains/madhav.json new file mode 100644 index 000000000..e66d5f4cb --- /dev/null +++ b/domains/madhav.json @@ -0,0 +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" + } +} diff --git a/domains/mark.json b/domains/mark.json new file mode 100644 index 000000000..8c79922a8 --- /dev/null +++ b/domains/mark.json @@ -0,0 +1,12 @@ + +{ + "description": "Makr Davydov is a Developer!", + "repo": "https://github.com/markrity", + "owner": { + "username": "markrity", + "email": "markrity@gmail.com" + }, + "record": { + "URL": "https://www.linkedin.com/in/davydovmark/" + } +} diff --git a/domains/martial.json b/domains/martial.json new file mode 100644 index 000000000..255ef51be --- /dev/null +++ b/domains/martial.json @@ -0,0 +1,12 @@ +{ + "description": "Martial is a dev", + "repo": "https://github.com/MartialSeron/MartialSeron.github.io", + "owner": { + "username": "MartialSeron", + "email": "martial.seron@gmail.com" + }, + "record": { + "CNAME": "martialseron.github.io", + "URL": "https://martial.is-a.dev" + } +} diff --git a/domains/matheus.json b/domains/matheus.json new file mode 100644 index 000000000..d5f7196f5 --- /dev/null +++ b/domains/matheus.json @@ -0,0 +1,12 @@ +{ + "description": "Matheus Costa's personal developer website", + "repo": "https://github.com/mthcsta/mthcsta.github.io", + "owner": { + "username": "mthcsta", + "email": "matheuscosta.dev@yahoo.com" + }, + "record": { + "CNAME": "mthcsta.github.io", + "URL": "https://matheus.is-a.dev" + } +} diff --git a/domains/matt.json b/domains/matt.json new file mode 100644 index 000000000..5b86de240 --- /dev/null +++ b/domains/matt.json @@ -0,0 +1,11 @@ +{ + "description": "Matt Casey is a Developer!", + "repo": "https://github.com/mattcasey", + "owner": { + "username": "mattcasey", + "email": "mattwad@gmail.com" + }, + "record": { + "URL": "https://www.linkedin.com/in/mbcasey" + } +} \ No newline at end of file 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" + } +} diff --git a/domains/michael.json b/domains/michael.json new file mode 100644 index 000000000..8e827e0ed --- /dev/null +++ b/domains/michael.json @@ -0,0 +1,13 @@ +{ + "description": "Michael's portfolio website and blog", + "repo": "https://github.com/michaelmano/michaelmano.github.io", + "owner": { + "username": "michaelmano", + "email": "michael.mano26@gmail.com" + }, + "record": { + "CNAME": "michaelmano.github.io", + "URL": "https://michael.is-a.dev" + } + } + \ No newline at end of file diff --git a/domains/mike.json b/domains/mike.json new file mode 100644 index 000000000..7feea0794 --- /dev/null +++ b/domains/mike.json @@ -0,0 +1,12 @@ +{ + "description": "Mike's portfolio website and blog", + "repo": "https://github.com/mdrobbins", + "owner": { + "username": "mdrobbins", + "email": "mikedrobbins@gmail.com" + }, + "record": { + "URL": "https://mikerobbins.me" + } + } + \ No newline at end of file diff --git a/domains/mpy.json b/domains/mpy.json new file mode 100644 index 000000000..474c3889b --- /dev/null +++ b/domains/mpy.json @@ -0,0 +1,12 @@ +{ + "description": "Mike Perry Y Attara's personal website", + "repo": "https://github.com/mikeattara", + "owner": { + "username": "mikeattara", + "email": "mpyebattara@gmail.com" + }, + "record": { + "CNAME": "mikeattara.github.io", + "URL": "https://mpy.is-a.dev" + } +} \ No newline at end of file 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" + } +} diff --git a/domains/mverhees.json b/domains/mverhees.json new file mode 100644 index 000000000..19b6d3678 --- /dev/null +++ b/domains/mverhees.json @@ -0,0 +1,12 @@ +{ + "description": "Mike's website", + "repo": "https://github.com/MikeVerhees/MikeVerhees.github.io", + "owner": { + "username": "MikeVerhees", + "email": "mikeverhees95@gmail.com" + }, + "record": { + "CNAME": "MikeVerhees.github.io", + "URL": "https://mverhees.is-a.dev" + } +} diff --git a/domains/nimish.json b/domains/nimish.json new file mode 100644 index 000000000..a8b343dec --- /dev/null +++ b/domains/nimish.json @@ -0,0 +1,12 @@ +{ + "description": "Nimish's Engineering Diary", + "repo": "https://github.com/nimish-gupta/blog", + "owner": { + "username": "nimish-gupta", + "email": "gnimish03@gmail.com" + }, + "record": { + "CNAME": "nimish-gupta.dev", + "URL": "https://nimish.is-a.dev" + } +} diff --git a/domains/owain.json b/domains/owain.json new file mode 100644 index 000000000..09020668a --- /dev/null +++ b/domains/owain.json @@ -0,0 +1,11 @@ +{ + "description": "Owain's Website", + "owner": { + "username": "owjothegreat", + "email": "owain.jones74@gmail.com" + }, + "record": { + "CNAME": "0wain.xyz", + "URL": "https://owain.is-a.dev" + } +} diff --git a/domains/rabbi-shuki.json b/domains/rabbi-shuki.json new file mode 100644 index 000000000..b834efb75 --- /dev/null +++ b/domains/rabbi-shuki.json @@ -0,0 +1,12 @@ +{ + "description": "TODO: update readme", + "repo": "https://github.com/rabbishuki/rabbishuki.github.io", + "owner": { + "username": "Rabbi Shuki", + "email": "rabbishuki+is-a-dev@gmail.com" + }, + "record": { + "CNAME": "rabbishuki.github.io", + "URL": "https://rabbi-shuki.is-a.dev" + } +} diff --git a/domains/rayvid.json b/domains/rayvid.json new file mode 100644 index 000000000..3455bc522 --- /dev/null +++ b/domains/rayvid.json @@ -0,0 +1,13 @@ + +{ + "description": "Rayvid's website", + "repo": "https://github.com/Rayvid", + "owner": { + "username": "rayvid", + "email": "gin.kisonas@gmail.com" + }, + "record": { + "CNAME": "rayvid.github.io", + "URL": "https://rayvid.is-a.dev" + } +} diff --git a/domains/reed.json b/domains/reed.json new file mode 100644 index 000000000..5f70ceda1 --- /dev/null +++ b/domains/reed.json @@ -0,0 +1,11 @@ +{ + "repo": "https://github.com/reed-jones", + "owner": { + "username": "reed-jones", + "email": "reedjones@reedjones.com" + }, + "record": { + "CNAME": "reedjones.com", + "URL": "https://reed.is-a.dev" + } +} diff --git a/domains/roy.json b/domains/roy.json new file mode 100644 index 000000000..678134f47 --- /dev/null +++ b/domains/roy.json @@ -0,0 +1,12 @@ +{ + "description": "Roy's portfolio website", + "repo": "https://github.com/rcrj/rcrj.github.io", + "owner": { + "username": "rcrj", + "email": "rcrj95@gmail.com" + }, + "record": { + "CNAME": "rcrj.github.io", + "URL": "https://roy.is-a.dev" + } +} diff --git a/domains/rwithik.json b/domains/rwithik.json new file mode 100644 index 000000000..6615c5d68 --- /dev/null +++ b/domains/rwithik.json @@ -0,0 +1,12 @@ +{ + "description": "Rwithik's Website", + "repo": "https://github.com/rwithik/rwithik.github.io", + "owner": { + "username": "rwithik", + "email": "rwithik@gmail.com" + }, + "record": { + "CNAME": "rwithik.github.io", + "URL": "https://rwithik.is-a.dev" + } +} diff --git a/domains/saisandeepvaddi.json b/domains/saisandeepvaddi.json new file mode 100644 index 000000000..584f761ae --- /dev/null +++ b/domains/saisandeepvaddi.json @@ -0,0 +1,10 @@ +{ + "description": "Sai Sandeep Vaddi's website", + "owner": { + "username": "saisandeepvaddi", + "email": "saisandeepvaddi@gmail.com" + }, + "record": { + "A": ["104.198.14.52"] + } +} diff --git a/domains/savio.json b/domains/savio.json new file mode 100644 index 000000000..0bdea966a --- /dev/null +++ b/domains/savio.json @@ -0,0 +1,12 @@ + { + "description": "Savio Martin is a Dev", + "repo": "https://github.com/saviomartin/register", + "owner": { + "username": "saviomartin", + "email": "saviomartin2020@gmail.com" + }, + "record": { + "CNAME": "saviomartin.github.io", + "URL": "https://savio.is-a.dev" + } +} diff --git a/domains/shalom.json b/domains/shalom.json new file mode 100644 index 000000000..bf7bd8501 --- /dev/null +++ b/domains/shalom.json @@ -0,0 +1,11 @@ +{ + "description": "Shalom's personal website", + "owner": { + "username": "shalomscott", + "email": "shalomss525@gmail.com" + }, + "record": { + "CNAME": "shalom-is-a-dev.netlify.app", + "URL": "https://shalom.is-a.dev" + } +} diff --git a/domains/shenjunru.json b/domains/shenjunru.json new file mode 100644 index 000000000..d521ea054 --- /dev/null +++ b/domains/shenjunru.json @@ -0,0 +1,12 @@ +{ + "description": "Shen Junru is a Dev", + "repo": "https://github.com/shenjunru/is-a-dev", + "owner": { + "username": "shenjunru", + "email": "shenjunru@gmail.com" + }, + "record": { + "CNAME": "shenjunru.github.io", + "URL": "https://shenjunru.is-a.dev" + } +} diff --git a/domains/shibiliya.json b/domains/shibiliya.json new file mode 100644 index 000000000..4c3104986 --- /dev/null +++ b/domains/shibiliya.json @@ -0,0 +1,12 @@ +{ + "description": "Shibiliya's personal developer website", + "repo": "https://github.com/duaboola", + "owner": { + "username": "duaboola", + "email": "ismailshibiliya@gmail.com" + }, + "record": { + "CNAME": "duaboola.github.io", + "URL": "https://shibiliya.is-a.dev" + } +} diff --git a/domains/steven.json b/domains/steven.json new file mode 100644 index 000000000..1e798e941 --- /dev/null +++ b/domains/steven.json @@ -0,0 +1,12 @@ +{ + "description": "Steven Frohlich's portfolio", + "repo": "https://github.com/StevenRonnyFrohlich/StevenRonnyFrohlich.github.io", + "owner": { + "username": "StevenRonnyFrohlich", + "email": "steve.r.frohlich@gmail.com" + }, + "record": { + "CNAME": "StevenRonnyFrohlich.github.io", + "URL": "https://steven.is-a.dev" + } +} diff --git a/domains/stiforr.json b/domains/stiforr.json new file mode 100644 index 000000000..77be3c5e2 --- /dev/null +++ b/domains/stiforr.json @@ -0,0 +1,9 @@ +{ + "owner": { + "username": "stiforr", + "email": "norwood.sean@gmail.com" + }, + "record": { + "CNAME": "stiforr.com" + } +} \ No newline at end of file diff --git a/domains/swanny.json b/domains/swanny.json new file mode 100644 index 000000000..b59c071c2 --- /dev/null +++ b/domains/swanny.json @@ -0,0 +1,12 @@ +{ + "description": "Swanny is a Dev", + "repo": "https://github.com/swanny246/swannyIsADev/", + "owner": { + "username": "swanny246", + "email": "github@andrewswan.net" + }, + "record": { + "CNAME": "swannyisadev.andrewswan.net", + "URL": "https://swanny.is-a.dev" + } +} diff --git a/domains/tom.json b/domains/tom.json new file mode 100644 index 000000000..f97d865bb --- /dev/null +++ b/domains/tom.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "tommitchelmore", + "email": "tommitchelmore@outlook.com" + }, + "repo": "https://github.com/tommitchelmore", + "record": { + "URL": "https://github.com/tommitchelmore" + } +} diff --git a/domains/tomas.json b/domains/tomas.json new file mode 100644 index 000000000..b14ef1090 --- /dev/null +++ b/domains/tomas.json @@ -0,0 +1,10 @@ +{ + "description": "Tomas's personal developer website", + "owner": { + "username": "Tomas Ukrinas", + "email": "tomas@ukrinas.eu" + }, + "record": { + "CNAME": "ukrinas.eu" + } +} diff --git a/domains/vaskian.json b/domains/vaskian.json new file mode 100644 index 000000000..f3d371e95 --- /dev/null +++ b/domains/vaskian.json @@ -0,0 +1,11 @@ +{ + "description": "Vaskian is a Dev", + "repo": "https://github.com/Nami2012", + "owner": { + "username": "Nami2012", + "email": "namithasadeeshbabu@gmail.com" + }, + "record": { + "URL": "https://vaskian.me/" + } +} diff --git a/domains/vivekkumar.json b/domains/vivekkumar.json new file mode 100644 index 000000000..c7048deaa --- /dev/null +++ b/domains/vivekkumar.json @@ -0,0 +1,13 @@ +{ + "description": "Vivek's portfolio website", + "repo": "https://github.com/VivekKumarNeu/VivekKumarNeu.github.io", + "owner": { + "username": "vivekkumarneu", + "email": "vivek-kumar@live.in" + }, + "record": { + "CNAME": "VivekKumarNeu.github.io", + "URL": "https://vivekkumar.is-a.dev" + } + } + \ No newline at end of file diff --git a/domains/yujia.json b/domains/yujia.json new file mode 100644 index 000000000..4d56109d9 --- /dev/null +++ b/domains/yujia.json @@ -0,0 +1,12 @@ +{ + "description": "Yujia's Magic", + "repo": "https://github.com/YujiaY", + "owner": { + "username": "YujiaY", + "email": "aujackyuan@gmail.com" + }, + "record": { + "CNAME": "YujiaY.github.io", + "URL": "https://yujia.is-a.dev" + } +} \ No newline at end of file diff --git a/proghead00.json b/proghead00.json new file mode 100644 index 000000000..e647ed5d9 --- /dev/null +++ b/proghead00.json @@ -0,0 +1,12 @@ +{ + "description": "Susnata's is.a.dev domain!", + "repo": "https://github.com/proghead00/proghead00.github.io", + "owner": { + "username": "proghead00", + "email": "susnata00@gmail.com" + }, + "record": { + "CNAME": "proghead00.github.io", + "URL": "https://proghead00.is-a.dev" + } +} diff --git a/scripts/reply.js b/scripts/reply.js index 0f0054fbf..e1ae2d25c 100644 --- a/scripts/reply.js +++ b/scripts/reply.js @@ -4,13 +4,14 @@ 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\`) * Open up the **settings** tab * Scroll down to the **Github pages** section * In the **Custom domain** text input, enter the domain you registered (\`domain-name.is-a.dev\`) +* Check the 'Enforce HTTPS' check box if you added the URL record for forced https redirection * Give it some time to reflect and you should be good to go