Merge branch 'main' into main

This commit is contained in:
Akshay Nair
2020-10-15 00:04:25 +05:30
committed by GitHub
118 changed files with 1878 additions and 270 deletions
+5 -4
View File
@@ -1,4 +1,5 @@
NC_USER=xxx
NC_API_KEY=xxxxxxxxxxxxxxx
NC_DOMAIN=domain.com
IP_ADDRESS=100.100.100.100
DOMAIN_USER=username
DOMAIN_API_KEY=apikey
DOMAIN_API_HOST=api-example.com
DOMAIN_API_PORT=2087
DOMAIN_DOMAIN=example.com
+2 -1
View File
@@ -9,7 +9,8 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Installing dependencies
uses: borales/actions-yarn@v2.0.0
with:
+6 -5
View File
@@ -8,12 +8,13 @@ jobs:
publish:
runs-on: ubuntu-latest
env:
CI: '1'
CI: 1
ENV: production
NC_USER: ${{ secrets.NC_USER }}
NC_API_KEY: ${{ secrets.NC_API_KEY }}
NC_DOMAIN: ${{ secrets.NC_DOMAIN }}
IP_ADDRESS: ${{ secrets.IP_ADDRESS }}
DOMAIN_USER: ${{ secrets.DOMAIN_USER }}
DOMAIN_API_KEY: ${{ secrets.DOMAIN_API_KEY }}
DOMAIN_API_HOST: ${{ secrets.DOMAIN_API_HOST }}
DOMAIN_API_PORT: ${{ secrets.DOMAIN_API_PORT }}
DOMAIN_DOMAIN: ${{ secrets.DOMAIN_DOMAIN }}
steps:
- uses: actions/checkout@v2
- uses: borales/actions-yarn@v2.0.0
+4 -16
View File
@@ -17,13 +17,12 @@
"email": "any@email"
},
"record": {
"CNAME": "github-username.github.io",
"URL": "https://your-domain.is-a.dev"
"CNAME": "github-username.github.io"
}
}
```
* 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
* Check the `Enforce HTTPS` checkbox below the custom domain input
@@ -63,12 +62,11 @@ This is a link to your website repository or your github account. This is purely
### record (required)
This is where you specify how you want to link to your server/webpage.
Currently, only `CNAME`, `ALIAS`, `A`, `URL` record types are supported.
Currently, only `CNAME`, `A`, `URL` record types are supported.
Here's a few different use cases for the given record types -
* **CNAME/ALIAS**
Replace CNAME with ALIAS for alias record type
* **CNAME**
```json
{
"record": {
@@ -100,13 +98,3 @@ Replace CNAME with ALIAS for alias record type
}
```
* **Force HTTPS on your CNAME (or ALIAS or A) record**
```json
{
"record": {
"CNAME": "username.github.io",
"URL": "https://your-domain.is-a.dev"
}
}
```
+6
View File
@@ -0,0 +1,6 @@
# Security Policy
## Reporting a Vulnerability
You can report low severity bugs as [issues](https://github.com/is-a-dev/register/issues/new/choose) on this repo.
For higher severity vulnerabilities and bugs, kindly email them to me at [phenax5@gmail.com](mailto:phenax5@gmail.com).
+11
View File
@@ -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"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "Abdul's personal developer website",
"repo": "https://github.com/ariskycode/ariskycode.github.io",
"owner": {
"username": "ariskycode",
"email": "arirfanshaikh23@gmail.com"
},
"record": {
"CNAME": "ariskycode.github.io",
"URL": "https://abdulrshaikh.is-a.dev"
}
}
+12
View File
@@ -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"
}
}
+12
View File
@@ -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"
}
}
+12
View File
@@ -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"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "Adarsh's personal developer website",
"repo": "https://github.com/Adarsh1999/adarsh-portfolio.github.io",
"owner": {
"username": "Adarsh1999",
"email": "adarshguptamaurya@gmail.com"
},
"record": {
"CNAME": "adarsh-portfolio.github.io",
"URL": "https://adarsh.is-a.dev"
}
}
+12
View File
@@ -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"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "The awesome portfolio site for Adrian Grimm",
"repo": "https://github.com/usmcamgrimm/usmcamgrimm.github.io",
"owner": {
"username": "usmcamgrimm",
"email": "usmcamgrimm@gmail.com"
},
"record": {
"CNAME": "usmcamgrimm.github.io",
"URL": "https://adrian.is-a.dev"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "Eyamin Personal Website",
"repo": "https://github.com/ahmadeyamin/ahmadeyamin.github.io",
"owner": {
"username": "ahmadeyamin",
"email": "ahmadeyamin@gmail.com"
},
"record": {
"CNAME": "ahmadeyamin.github.io",
"URL": "https://ahmadeyamin.is-a.dev"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "Akas Portfolio",
"repo":"https://github.com/akasrai/akasrai.github.io",
"owner": {
"username": "akasrai",
"email": "akasky70@gmail.com"
},
"record": {
"CNAME":"akasrai.github.io",
"URL": "https://akas.is-a.dev"
}
}
+12
View File
@@ -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"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "A Mortal Web Developer With Immortal Dreams",
"repo": "https://github.com/alestor123/alestor123.github.io",
"owner": {
"username": "alestor123",
"email": "alestoraldous@gmail.com"
},
"record": {
"CNAME": "alestor123.github.io",
"URL": "https://alestor123.is-a.dev"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "Alexander's personal website",
"repo": "https://github.com/amatzen",
"owner": {
"username": "amatzen",
"email": "alexander@alexander.dk"
},
"record": {
"CNAME": "alexander.dk",
"URL": "https://alexander.is-a.dev"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "This is my first githib page",
"repo": "https://github.com/alexkjoseph/alexkjoseph.github.io",
"owner": {
"username": "alexkjoseph",
"email": "aj71563@gmail.com"
},
"record": {
"CNAME": "alexkjoseph.github.io",
"URL": "https://alexjoseph.is-a.dev"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "Allan's personal website",
"repo": "https://github.com/abarriel",
"owner": {
"username": "abarriel",
"email": "abarriel@student.42.fr"
},
"record": {
"CNAME": "abarriel.github.io",
"URL": "https://allan.is-a.dev"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "Amal's personal developer website",
"repo": "https://github.com/amalsebs/amalsebs.github.io",
"owner": {
"username": "amalsebs",
"email": "amalsebastian48@gmail.com"
},
"record": {
"CNAME": "amalsebs.github.io",
"URL": "https://amal.is-a.dev"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "Andy's portfolio website",
"repo": "https://github.com/andyfaizan/andyfaizan.github.io",
"owner": {
"username": "andyfaizan",
"email": "andyfaizan@gmail.com"
},
"record": {
"CNAME": "andyfaizan.github.io",
"URL": "https://andy.is-a.dev"
}
}
+12
View File
@@ -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"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "Anwar's personal website",
"repo": "https://github.com/getanwar",
"owner": {
"username": "getanwar",
"email": "say@anwar.im"
},
"record": {
"URL": "https://anwar.im"
}
}
+12
View File
@@ -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"
}
}
+12
View File
@@ -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"
}
}
+12
View File
@@ -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"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "Portfolio Website",
"repo": "https://github.com/ashleymavericks/Portfolio-Site",
"owner": {
"username": "ashlyemavericks",
"email": "singhanurag024@gmail.com"
},
"record": {
"URL": "https://anuragsingh.dev"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "Portfolio website",
"repo": "https://github.com/robertdrakedennis/portfolio",
"owner": {
"username": "robertdrakedennis",
"email": "robertdennispersonal@gmail.com"
},
"record": {
"CNAME": "robertdennis.netlify.app",
"URL": "https://atlas.is-a.dev"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "Augustine's personal developer website",
"repo": "https://github.com/augustineaykara",
"owner": {
"username": "augustineaykara",
"email": "augustineaykara@gmail.com"
},
"record": {
"CNAME": "augustine.aykara4.com",
"URL": "https://augustine.is-a.dev"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "B45i - Home Page",
"repo": "https://github.com/B45i/b45i.github.io",
"owner": {
"username": "B45i",
"email": "amalshajan2011@gmail.com"
},
"record": {
"CNAME": "b45i.github.io",
"URL": "https://b45i.is-a.dev"
}
}
+13
View File
@@ -0,0 +1,13 @@
{
"description": "Bae's personal website",
"owner": {
"username": "ba-e",
"email": "bae.nyom@gmail.com"
},
"record": {
"CNAME": "bae.codes",
"URL": "https://bae.is-a.dev"
}
}
+12
View File
@@ -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"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "Biplob's website",
"repo": "https://github.com/revolutionisme/revolutionisme.github.io",
"owner": {
"username": "revolutionisme",
"email": "revolutionisme+github@gmail.com"
},
"record": {
"CNAME": "revolutionisme.github.io",
"URL": "https://biplob.is-a.dev"
}
}
+1 -1
View File
@@ -5,6 +5,6 @@
"email": "bradley73@gmail.com"
},
"record": {
"ALIAS": "bradleyholbrook.com"
"CNAME": "bradleyholbrook.com"
}
}
+12
View File
@@ -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"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "Bree is a Dev",
"repo": "https://github.com/breekoy/breekoy.github.io",
"owner": {
"username": "breekoy",
"email": "mcwall.breekoy@gmail.com"
},
"record": {
"CNAME": "breekoy.github.io",
"URL": "https://bree.is-a.dev"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "Fullstack web & mobile dev, quality assurance, automation, reverse engineering, and flexible",
"repo": "https://github.com/danhab99/danhab99.github.io",
"owner": {
"username": "danhab99",
"email": "dan.habot@gmail.com"
},
"record": {
"CNAME": "danhab99.github.io",
"URL": "https://dan-habot.is-a.dev"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "Davish's Wesbite",
"repo": "https://github.com/akchy/akchy.github.io",
"owner": {
"username": "akchy",
"email": "akarshashok12@gmail.com"
},
"record": {
"CNAME": "akchy.github.io",
"URL": "https://davish.is-a.dev"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"description": "My proud is-a.dev website",
"owner": {
"username": "edwinm",
"email": "edwin@bitstorm.org"
},
"record": {
"CNAME": "bitstorm.org"
}
}
+13
View File
@@ -0,0 +1,13 @@
{
"description": "/home/epgeroy",
"repo": "https://github.com/epgeroy/epgeroy.github.io",
"owner": {
"username": "epgeroy",
"email": "epgeroy@gmail.com"
},
"record": {
"CNAME": "epgeroy.github.io",
"URL": "https://epgeroy.is-a.dev"
}
}
+13
View File
@@ -0,0 +1,13 @@
{
"description": "Frontend Engineer",
"repo": "https://github.com/ericp3reira/ericp3reira.github.io",
"owner": {
"username": "ericp3reira",
"email": "",
"twitter": "ericp3reira"
},
"record": {
"CNAME": "ericp3reira.github.io",
"URL": "https://ericp3reira.is-a.dev"
}
}
+12
View File
@@ -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"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "Fityan Azizi's portofolio website",
"repo": "https://github.com/fityanazizi/fityanazizi.github.io",
"owner": {
"username": "fityanazizi",
"email": "ftyns57@gmail.com"
},
"record": {
"CNAME": "fityanazizi.rf.gd",
"URL": "https://fityan.is-a.dev"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "F Javier López GitHub profile",
"repo": "https://github.com/fjavierlh/fjavierlh.github.io",
"owner": {
"username": "fjavierlh",
"email": "fjavierlh@gmail.com"
},
"record": {
"CNAME": "fjavierlh.github.io",
"URL": "https://fjavierlh.is-a.dev"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "Ganesh Sekhar's Personal Portfolio",
"repo": "https://github.com/iamganeshsekhar/iamganeshsekhar.github.io",
"owner": {
"username": "iamganeshsekhar",
"email": "ganeshsekha6@gmail.com"
},
"record": {
"CNAME": "iamganeshsekhar.github.io",
"URL": "https://ganesh.is-a.dev"
}
}
+12
View File
@@ -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"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "George Aykara's personal developer website",
"repo": "https://github.com/aykarageorge",
"owner": {
"username": "aykarageorge",
"email": "aykarageorge@gmail.com"
},
"record": {
"CNAME": "george.aykara4.com"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "gautamkrishnar",
"email": "hello@gautamkrishnar.com"
},
"record": {
"CNAME": "gautamkrishnar.github.io"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "Personal Page",
"repo": "https://github.com/gkdskp/gkdskp.github.io",
"owner": {
"username": "gkdskp",
"email": "gokuldskp@gmail.com"
},
"record": {
"CNAME": "gkdskp.github.io",
"URL": "https://gokul.is-a.dev"
}
}
+12
View File
@@ -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"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"owner": {
"username": "Harry-Ross",
"email": "hazross@hotmail.com"
},
"description": "Personal site/blog",
"repository": "https://github.com/Harry-Ross/harry-ross.github.io.git",
"record": {
"CNAME": "harry-ross.github.io"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "Haseena's website",
"repo": "https://github.com/haseena-hassan/is-a-dev",
"owner": {
"username": "haseena-hassan",
"email": "haseena2199@gmail.com"
},
"record": {
"CNAME": "haseena-hassan.github.io",
"URL": "https://haseena.is-a.dev"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "hjmao.is-a.dev",
"repo": "https://github.com/huajianmao/huajianmao.github.io",
"owner": {
"username": "huajianmao",
"email": "huajianmao@gmail.com"
},
"record": {
"CNAME": "huajianmao.github.io"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "The domain will be used for a new version of my portfolio site, later in a future :)",
"repo": "https://github.com/Nagellan/Portfolio-v2",
"owner": {
"username": "Nagellan",
"email": "ireknazmievirek@gmail.com"
},
"record": {
"CNAME": "Nagellan.github.io",
"URL": "https://ireknazm.is-a.dev"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "JaCkIsO is a Developer!",
"owner": {
"username": "JaCkIsO",
"email": "jackisodev@gmail.com"
},
"record": {
"CNAME": "JaCkIsO.github.io",
"URL": "https://jackiso.is-a.dev"
}
}
+12
View File
@@ -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"
}
}
+12
View File
@@ -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"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "Kaguwo's Personal Website",
"owner": {
"username": "kaguwomin",
"email": "business@kaguwo.com"
},
"record": {
"CNAME": "kaguwo.com",
"URL": "https://kaguwo.is-a.dev"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "My very own is a dev domain for github pages",
"repo": "https://github.com/kiranhart/kiranhart.github.io",
"owner": {
"username": "kiranhart",
"email": "kiran.hart@live.com"
},
"record": {
"CNAME": "kiranhart.github.io",
"URL": "https://kiran.is-a.dev"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "filipekiss",
"email": "filipe@kiss.ink"
},
"record": {
"CNAME": "filipe.kiss.ink",
"URL": "https://kiss.is-a.dev"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "Lacti's blog",
"repo": "https://github.com/lacti/lacti.github.io",
"owner": {
"username": "lacti",
"email": "lactrious@gmail.com"
},
"record": {
"CNAME": "lacti.github.io",
"URL": "https://lacti.is-a.dev"
}
}
+14
View File
@@ -0,0 +1,14 @@
{
"repo": "https://github.com/LeonskiDev/leonskidev.github.io",
"description": "This is my portfolio website, if possible I'll also have bodged.is-a.dev as my blog.",
"owner": {
"username": "LeonskiDev",
"email": "bodged@pm.me"
},
"record": {
"CNAME": "leonskidev.github.io",
"URL": "https://leonskidev.is-a.dev"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "m42e Homepage",
"repo": "https://github.com/m42e",
"owner": {
"username": "m42e",
"email": "matthias@bilger.info"
},
"record": {
"CNAME": "bilger.info",
"URL": "https://m42e.is-a.dev"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "Madhan's portfolio",
"repo": "https://github.com/madhank93/madhank93.github.io",
"owner": {
"username": "madhank93",
"email": "madhankumaravelu93@gmail.com"
},
"record": {
"CNAME": "madhank93.github.io",
"URL": "https://madhan.is-a.dev"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "Mamun's website",
"repo": "https://github.com/mamunhpath",
"owner": {
"username": "mamunhpath",
"email": "mamunhpath@hotmail.com"
},
"record": {
"CNAME": "mamunhpath.github.io",
"URL": "https://mamun.is-a.dev"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "Masood Mohammad's Personal Website",
"repo": "https://github.com/masoodbinmohammad",
"owner": {
"username": "masoodbinmohammad",
"email": "masoodbinmohammad@hotmail.com"
},
"record": {
"CNAME": "masoodbinmohammad.github.io",
"URL": "https://masood.is-a.dev"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description" : "Nand's web",
"owner" : {
"username" : "nandkk05",
"email" : "nandkk07@gmail.com"
},
"record" : {
"CNAME" : "nandkk05.github.io",
"URL" : "https://nand.is-a.dev"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"owner": {
"username": "TheNoim",
"email": "nilsbergmann@noim.io"
},
"description": "Use as alias for noim.io (My private webpage)",
"record": {
"URL": "https://noim.io"
}
}
+12
View File
@@ -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"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "Nishant's website and blog",
"repo": "https://github.com/nishch/nishch.github.io",
"owner": {
"username": "nishch",
"email": "nishantchvedi@gmail.com"
},
"record": {
"CNAME": "twistedsoft.com",
"URL": "https://nishant.is-a.dev"
}
}
+11
View File
@@ -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"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "ParanoiaSystem's Domain",
"repo": "https://github.com/paranoiasystem/paranoiasystem.github.io",
"owner": {
"username": "paranoiasystem",
"email": "marcoferraioli@live.com"
},
"record": {
"CNAME": "paranoiasystem.github.io",
"URL": "https://paranoiasystem.is-a.dev"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "YAY, new place for my Portfolio",
"repo": "https://github.com/parshnt",
"owner": {
"username": "parshnt",
"email": "hi.parshant@gmail.com"
},
"record": {
"CNAME": "parshnt.github.io",
"URL": "https://parshnt.is-a.dev"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "Peris's Portfolio",
"repo": "https://github.com/perisrai/perisrai.github.io",
"owner": {
"username": "perisrai",
"email": "perishrai@gmail.com"
},
"record": {
"CNAME": "perisrai.github.io",
"URL": "https://peris.is-a.dev"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "cool stuff",
"repo": "https://github.com/ticklerick/ticklerick.github.io",
"owner": {
"username": "ticklerick",
"email": "pickle@anonemail.net"
},
"record": {
"CNAME": "ticklerick.github.io",
"URL": "https://picklerick.is-a.dev"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"description": "Piyush's Website",
"owner": {
"username": "officialpiyush",
"email": "bhangalepiyush@gmail.com"
},
"record": {
"URL": "https://piyush.codes"
}
}
+12
View File
@@ -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"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "Rahul's personal developer website",
"repo": "https://github.com/rahuldahal",
"owner": {
"username": "rahuldahal",
"email": "rdaahal@gmail.com"
},
"record": {
"CNAME": "rahuldahal.com.np",
"URL": "https://rahul.is-a.dev"
}
}
+11
View File
@@ -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"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "Rusiru Anupama is a Dev",
"repo": "https://github.com/sparkstark03/register",
"owner": {
"username": "sparkstark03",
"email": "rusirurasanjana@gmail.com"
},
"record": {
"CNAME": "sparkstark03.github.io",
"URL": "https://rusiru.is-a.dev"
}
}
+12
View File
@@ -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"
}
}
+10
View File
@@ -0,0 +1,10 @@
{
"description": "Sailesh's Personal Website",
"owner": {
"username": "saileshbro",
"email": "saileshbro@gmail.com"
},
"record": {
"CNAME": "saileshbro.github.io"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "Sandeep's personal website",
"owner": {
"username": "SandeepVattapparambil",
"email": "sandeepv68@gmail.com"
},
"record": {
"CNAME": "sandeepv.in",
"URL": "https://sandeepv.is-a.dev"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "Sarath's Website",
"repo": "https://github.com/Sharkaboi/sharkaboi.github.io",
"owner": {
"username": "Sharkaboi",
"email": "sarathsedu@gmail.com"
},
"record": {
"CNAME": "sharkaboi.github.io",
"URL": "https://sarath.is-a.dev"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "Full Stack Software Engineer",
"repo": "https://github.com/shajanjp/shajanjp.github.io",
"owner": {
"username": "shajanjp",
"email": "shajanjp@gmail.com"
},
"record": {
"CNAME": "shajanjp.github.io",
"URL": "https://shajanjp.is-a.dev"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "Shane Vandegrift, a friendly fullstack developer",
"repo": "https://github.com/vandesm14/vandesm14.github.io",
"owner": {
"username": "Vandesm14",
"email": "vandesm14@gmail.com"
},
"record": {
"CNAME": "vandesm14.github.io",
"URL": "https://shane.is-a.dev"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "Social media website project.",
"repo": "https://github.com/thesct22",
"owner": {
"username": "thesct22",
"email": "sharathct22@gmail.com"
},
"record": {
"CNAME": "thesct22.github.io",
"URL": "http://sharath.is-a.dev"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "personal website",
"repo": "https://github.com/SharifClick/sharifclick.github.io",
"owner": {
"username": "sharifclick",
"email": "me.sharifahmed@gmail.com"
},
"record": {
"CNAME": "sharifclick.github.io",
"URL": "https://sharifclick.is-a.dev"
}
}
+12
View File
@@ -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"
}
}
+12
View File
@@ -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"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "Frontend Developer Siful",
"repo": "https://github.com/sifulbd/sifulbd.github.io",
"owner": {
"username": "sifulbd",
"email": "sifulweb@gmail.com"
},
"record": {
"CNAME": "sifulbd.github.io",
"URL": "https://siful.is-a.dev"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "My Site",
"repo": "https://github.com/snaildos",
"owner": {
"username": "snaildos",
"email": ""
},
"record": {
"CNAME": "snaildos.tk",
"URL": "https://snaildos.is-a.dev"
}
}
+12
View File
@@ -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"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "sycured",
"email": "sycured@protonmail.com"
},
"record": {
"URL": "https://sycured.com"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "Tharindu's personal developer website",
"repo": "https://github.com/tharindusathis/tharindu",
"owner": {
"username": "tharindusathis",
"email": "tharindu.sathis@gmail.com"
},
"record": {
"CNAME": "tharindu.vercel.app",
"URL": "https://tharindu.is-a.dev"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "Tim is a Dev",
"owner": {
"username": "xorob0",
"email": "xorob0@toum"
},
"repo": "https://github.com/xorob0/register",
"record": {
"CNAME": "toum.me"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "tjrgg",
"email": "hello@tjrgg.co"
},
"record": {
"URL": "https://tjrgg.co"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "tjrgg",
"email": "hello@tjrgg.co"
},
"record": {
"URL": "https://tjrgg.co"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "A-Tokyo's website",
"repo": "https://github.com/a-tokyo/tokyo",
"owner": {
"username": "a-tokyo",
"email": "ahmed.tokyo1@gmail.com"
},
"record": {
"CNAME": "a-tokyo.github.io",
"URL": "https://tokyo.is-a.dev"
}
}

Some files were not shown because too many files have changed in this diff Show More