Merge branch 'main' into main

This commit is contained in:
Akshay Nair
2020-10-16 01:41:03 +05:30
committed by GitHub
143 changed files with 2148 additions and 282 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
+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 [akshay-n0@protonmail.com](mailto:akshay-n0@protonmail.com).
+12
View File
@@ -0,0 +1,12 @@
{
"description": "This website is a link to my personal developer portfolio.",
"repo": "https://github.com/aaraam/aaraam.github.io",
"owner": {
"username": "aaraam",
"email": "aaraam.goblin@gmail.com"
},
"record": {
"CNAME": "aaraam.github.io",
"URL": "https://aaraam.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": "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 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": "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"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "Allsyed's personal website",
"repo": "https://github.com/allsyed",
"owner": {
"username": "allsyed",
"email": "allsyed@pm.me"
},
"record": {
"CNAME": "allsyed.com"
}
}
+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"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "A very simple but stupid website",
"repo": "https://github.com/asr1191/asr1191.github.io",
"owner": {
"username": "asr1191",
"email": "amalsraj95@gmail.com"
},
"record": {
"CNAME": "asr1191.github.io"
}
}
+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": "Anil's personal developer website",
"repo": "https://github.com/anilsahindev",
"owner": {
"username": "anilsahindev",
"email": "anilsahindev@gmail.com"
},
"record": {
"CNAME": "anlshn.com",
"URL": "https://anlshn.is-a.dev"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "Anupam's portfolio website",
"repo": "https://github.com/anupamroy8/portfolio",
"owner": {
"username": "anupamroy8",
"email": "anupamroy8@gmail.com"
},
"record": {
"CNAME": "anupamroy8.github.io",
"URL": "https://anupam.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"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "Art's personal developer website",
"repo": "https://github.com/dotiful",
"owner": {
"username": "dotiful",
"email": "dots.util@gmail.com"
},
"record": {
"CNAME": "dotiful.github.io"
}
}
+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"
}
}
+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": "Aswin's personal portfolio",
"repo": "https://github.com/aswinskumar67/iamaswin.github.io",
"owner": {
"username": "aswinskumar67",
"email": "aswin.skumaro2bme@gmail.com"
},
"record": {
"CNAME": "aswinskumar67.github.io",
"URL": "https://aswin.is-a.dev"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "Athira's Web-Dev Home",
"repo": "https://github.com/Athira-L-I/Athira-L-I.github.io",
"owner": {
"username": "Athira-L-I",
"email": "athirali4582@gmail.com"
},
"record": {
"CNAME": "Athira-L-I.github.io"
}
}
+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": "Augustin's personal developer website",
"repo": "https://github.com/AugustinJose1221",
"owner": {
"username": "AugustinJose1221",
"email": "augustinjose1221@gmail.com"
},
"record": {
"CNAME": "www.augustinjose.com",
"URL": "https://augustin.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"
}
}
+13
View File
@@ -0,0 +1,13 @@
{
"description": "Austin's personal developer website",
"repo": "https://github.com/austindyoung",
"owner": {
"username": "austindyoung",
"email": "austin@doesweb.dev",
"twitter": ""
},
"record": {
"URL": "austindyoung.github.io"
}
}
+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": "Bhargav Gohil's personal developer website",
"repo": "https://github.com/bhargav252000/bhargav252000.github.io",
"owner": {
"username": "bhargav252000",
"email": "bhargavgohil25@gmail.com"
},
"record": {
"CNAME": "bhargav252000.github.io",
"URL": "https://bhargav-gohil.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"
}
}
+13
View File
@@ -0,0 +1,13 @@
{
"description": "The face of Blaine, on the web",
"repo": "https://github.com/Blakeinstein/Blakeinstein.github.io",
"owner": {
"username": "Blakeinstein",
"email": "rishi1998@gmail.com"
},
"record": {
"CNAME": "blakeinstein.github.io",
"URL": "https://blaine.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": "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": "Chinmay Mulay's Portfolio",
"repo": "https://github.com/cmulay/cmulay.github.io",
"owner": {
"username": "cmulay",
"email": "codewithchin@gmail.com"
},
"record": {
"CNAME": "cmulay.github.io",
"URL": "https://cmulay.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"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "Daria is a dev",
"repo": "https://github.com/dariatrainor/dariatrainor.github.io",
"owner": {
"username": "dariatrainor",
"email": "dariasu@gmail.com"
},
"record": {
"CNAME": "dariatrainor.github.io"
}
}
+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"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "Dennis is a Dev",
"repo": "https://github.com/dvandervlag/dvandervlag.github.io",
"owner": {
"username": "dvandervlag",
"email": "dvandervlag@gmail.com"
},
"record": {
"CNAME": "dvandervlag.github.io",
"URL": "https://dennis.is-a.dev"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "Designer Slash Developer",
"repo": "https://github.com/designbyadrian",
"owner": {
"username": "designbyadrian",
"email": "adrian@designbyadrian.com"
},
"record": {
"CNAME": "designbyadrian.com",
"URL": "https://designer.is-a.dev"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "Devon Powell is a full-stack software engineer",
"repo": "https://github.com/D-Pow/d-pow.github.io",
"owner": {
"username": "D-Pow",
"email": "dpow9373@gmail.com"
},
"record": {
"CNAME": "d-pow.github.io"
}
}
+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"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "Sooraj Ep's website",
"owner": {
"username": "epsooraj",
"email": "epsooraj4@gmail.com"
},
"record": {
"CNAME": "epsooraj.com",
"URL": "https://epsooraj.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": "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": "Forsas website and blog",
"repo": "https://github.com/forsas/forsas.github.io",
"owner": {
"username": "forsas",
"email": "forsaslt@gmail.com"
},
"record": {
"CNAME": "forsas.github.io",
"URL": "https://forsas.is-a.dev"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "Now that's a spicy 404 page!",
"repo": "https://github.com/frankie-tech/frankie-tech.github.io",
"owner": {
"username": "frankie-tech",
"email": "",
"twitter":"this_frankie"
},
"record": {
"CNAME": "frankie-tech.github.io"
}
}
+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"
}
}
+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"
}
}
+1 -1
View File
@@ -4,6 +4,6 @@
"email": "hello@gautamkrishnar.com"
},
"record": {
"A": ["185.224.138.125"]
"CNAME": "gautamkrishnar.github.io"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "Austin's personal developer website",
"repo": "https://github.com/austindyoung",
"owner": {
"username": "austindyoung",
"email": "austin@doesweb.dev",
"twitter": ""
},
"record": {
"URL": "https://austindyoung.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": "Govinda Khabas Website",
"repo": "https://github.com/gkhabas76/gkhabas76.github.io",
"owner": {
"username": "gkhabas76",
"email": "gkhabas76@gmail.com"
},
"record": {
"CNAME": "gkhabas76.github.io",
"URL": "https://govinda.is-a.dev"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "Hari's portfolio",
"repo": "https://github.com/Haritronic909/Haritronic909.github.io",
"owner": {
"username": "Haritronic909",
"email": "hari2menon1234@gmail.com"
},
"record": {
"CNAME": "Haritronic909.github.io",
"URL": "https://hari.is-a.dev"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "Hari's Portfolio Website",
"owner": {
"username": "Harikrishnan6336",
"email": "harikrishnan6336@gmail.com"
},
"record": {
"CNAME": "Harikrishnan6336.github.io",
"URL": "https://harikrishnan.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"
}
}
+13
View File
@@ -0,0 +1,13 @@
{
"description": "Hemanth's developer portfolio",
"repo": "https://github.com/Hemanthwarrier/hemanth.github.io",
"owner": {
"username": "Hemanthwarrier",
"email": "hemanthwarrier@gmail.com"
},
"record": {
"CNAME": "Hemanthwarrier.github.io",
"URL": "https://hemanth.is-a.dev"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "Hisham is a dev",
"repo": "https://github.com/hishamalip/hishamalip.github.io",
"owner": {
"username": "hishamalip",
"email": "hishamalip@gmail.com"
},
"record": {
"CNAME": "hishamalip.github.io"
}
}
+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"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "Add some description",
"repo": "https://github.com/Homemadestea58homemadestea58.github.io/",
"owner": {
"username": "Homemadestea58",
"email": "conor.collins+isadev@dbbstu.catholic.edu.au"
},
"record": {
"CNAME": "homemadestea58.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": "Jeevan's Portfolio",
"repo":"https://github.com/jeevan900929/jeevan900929.github.io",
"owner": {
"username": "jeevan900929",
"email": "jeevan.900929@gmail.com"
},
"record": {
"CNAME":"jeevan900929.github.io",
"URL": "https://jeevan.is-a.dev"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "Jite - Dev blog",
"owner": {
"username": "Johannestegner",
"email": "jitedev@gmail.com"
},
"record": {
"CNAME": "jite.eu",
"URL": "https://jite.is-a.dev"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "Personal website of Johan von Forstner",
"repo": "https://github.com/johan12345/johan12345.github.io",
"owner": {
"username": "johan12345",
"email": "johan.forstner@gmail.com"
},
"record": {
"URL": "https://johan.vonforst.net/"
}
}
+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"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "Kiran's personal developer website",
"repo": "https://github.com/sudopower",
"owner": {
"username": "sudopower",
"email": "nkirandroid@gmail.com"
},
"record": {
"URL": "http://sudopower.com"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "Keshav Kabra's website",
"owner": {
"username": "ksvkabra",
"email": "ksvkabra@gmail.com"
},
"record": {
"CNAME": "ksvkabra.github.io",
"URL": "https://ksvkabra.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"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "nagln's personal website",
"repo": "https://github.com/laxminagln/laxminagln.github.io",
"owner": {
"username": "laxminagln",
"email": "laxminagln@gmail.com"
},
"record": {
"CNAME": "www.laxminagln.me"
}
}
+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"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "Little Big Nunes",
"repo": "https://github.com/lnfnunes",
"owner": {
"username": "lnfnunes",
"email": "dr1design@gmail.com"
},
"record": {
"URL": "https://lnfnunes.com.br"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "Lok's portfolio website",
"repo": "https://github.com/lokgubhaju/lokgubhaju.github.io",
"owner": {
"username": "lokgubhaju",
"email": "lok.gubhaju@gmail.com"
},
"record": {
"CNAME": "lokgubhaju.github.io",
"URL": "https://lok.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": "mklabs' website",
"repo": "https://github.com/mklabs/mklabs.github.com",
"owner": {
"username": "mklabs",
"email": "daniel.mickael@gmail.com"
},
"record": {
"CNAME": "mklabs.github.io"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "Muchenski's personal developer website",
"repo": "https://github.com/HenriqueMuchenski/henriquemuchenski.github.io",
"owner": {
"username": "HenriqueMuchenski",
"email": "hjmuchenski@gmail.com"
},
"record": {
"CNAME": "henriquemuchenski.github.io",
"URL": "https://muchenski.is-a.dev"
}
}
+11
View File
@@ -0,0 +1,11 @@
{
"description": "Muzammil's Portfolio Website",
"owner": {
"username": "taqnar",
"email": "muzammilthottathil.official@gmail.com"
},
"record": {
"CNAME": "taqnar.github.io",
"URL": "https://muzammil.is-a.dev"
}
}
-12
View File
@@ -1,12 +0,0 @@
{
"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"
}
}
+12
View File
@@ -0,0 +1,12 @@
{
"description": "Nagaraj's Dev website",
"repo": "https://github.com/NagarajGond/NagarajGond.github.io",
"owner": {
"username": "nagarajgond",
"email": "nagarajgond@live.com"
},
"record": {
"CNAME": "NagarajGond.github.io",
"URL": "https://nagarajgond.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": "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"
}
}
+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": "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"
}
}
+13
View File
@@ -0,0 +1,13 @@
{
"description": "The awesome portfolio site for Chinenye Raphael",
"repo": "https://github.com/rapixar/rapixar.github.io",
"owner": {
"username": "Rapixar",
"email": "cudraphael@gmail.com"
},
"record": {
"CNAME": "rapixar.github.io",
"URL": "https://rapixar.is-a.dev"
}
}

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