mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-08-01 18:22:47 +00:00
Merge branch 'is-a-dev:main' into main
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
To make our job easier, please spend time to review your application before submitting.
|
||||
## Requirements
|
||||
Unless explicitly specified otherwise by a **maintainer** or in the requirement description, your domain must pass **ALL** the indicated requirements above.
|
||||
|
||||
<!-- To check a checkbox, replace [] with [x] -->
|
||||
#### Add a x between [] if you meet that requirement example `[x]`
|
||||
- [ ] You're not using Vercel or Netlify.
|
||||
- [ ] You have completed your website, there's no type of placeholder at the website. **This requirement can be raised if the domain you're registering is for emails**
|
||||
- Link to website:
|
||||
- [ ] The website is reachable.
|
||||
- [ ] The CNAME record doesn't contain any slash.
|
||||
- [ ] There's enough information at the `owner` field.
|
||||
- You should have your email presented. If you don't want to share email, you can leave email an empty string (`""`) and add any other social such as Discord/Twitter/etc.
|
||||
|
||||
#### Feel free to join our discord server for more updates or any help related to the service :D - https://discord.gg/PZCGHz4RhQ
|
||||
<!-- Feel free to join the discord server for any help to talk to other developers :) - https://discord.gg/PZCGHz4RhQ -->
|
||||
Please note that we reserve the rights not to accept any domain at our own discretion.
|
||||
|
||||
- [ ] The file is in the `domains` folder and is in the JSON format.
|
||||
- [ ] You have completed your website. <!-- This is not required if the domain you're registering is for emails. -->
|
||||
- [ ] The website is reachable. <!-- This is not required if the domain you're registering is for emails. -->
|
||||
- [ ] You're not using Vercel or Netlify. <!-- This is not required if you're using an URL record. -->
|
||||
- [ ] The CNAME record doesn't contain `https://` or `/`. <!-- This is not required if you are not using a CNAME record. -->
|
||||
- [ ] There is sufficient information at the `owner` field. <!-- You need to have your email presented at `email` field. If you don't want to provide your email for any reason, you can specify another social platform (e.g. Discord or Twitter) so we can contact you. -->
|
||||
|
||||
|
||||
## Website Link/Preview
|
||||
<!-- Please provide a link or preview of your website below. -->
|
||||
|
||||
@@ -5,7 +5,7 @@ jobs:
|
||||
validation:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
fetch-depth: 0
|
||||
|
||||
@@ -11,7 +11,7 @@ jobs:
|
||||
if: github.repository == 'is-a-dev/register'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- uses: borales/actions-yarn@v2.0.0
|
||||
with:
|
||||
cmd: install --ignore-engines
|
||||
|
||||
@@ -15,7 +15,7 @@ jobs:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
days-before-stale: 30
|
||||
days-before-close: 20
|
||||
stale-issue-message: 'This issue has been marked as stale due to inactivity and will be closed. Comment anything on this PR to prevent it'
|
||||
stale-issue-message: 'This issue has been marked as stale due to inactivity and will be closed. Comment anything on this issue to prevent it'
|
||||
stale-pr-message: 'This pull request has been marked as stale due to inactivity and will be closed. Comment anything on this PR to prevent it'
|
||||
exempt-issue-labels: 'no-stale'
|
||||
exempt-pr-labels: 'no-stale'
|
||||
|
||||
+4
-4
@@ -1,9 +1,9 @@
|
||||
# Code of conduct
|
||||
# Code of Conduct
|
||||
This is a Code of Conduct for any interactions in this repository. This includes pull requests, issues, etc.
|
||||
|
||||
* **Don't be a dick** - It's not that complicated. Just be nice to people.
|
||||
* **Don't abuse the service** - This service is intended for developers to get a cleaner URL for their personal websites.
|
||||
* **No Wrongful Uses Of The Service** - Do not use this site as a way, to promote hacking, scams, fraud, and other illegal activites.
|
||||
- **Use common sense** - It's not that complicated. Just be nice to people.
|
||||
- **Don't abuse the service** - This service is intended for developers to get a cleaner URL for their personal websites.
|
||||
- **No wrongful use** - Do not use this service as a way, to promote hacking, scams, fraud, and other illegal activites.
|
||||
|
||||
If you believe a domain that has been registered using this service is an abuse of this service, you can report it by creating an issue.
|
||||
The abuse reports will be investigated and the necessary action will be taken!
|
||||
|
||||
@@ -1,57 +1,53 @@
|
||||

|
||||
<p align="center">
|
||||
<img alt="is-a-dev Banner" src="https://raw.githubusercontent.com/is-a-dev/register/main/media/banner.png">
|
||||
</p>
|
||||
|
||||
<br/>
|
||||
<p align="center">
|
||||
<img alt="Domains" src="https://img.shields.io/github/directory-file-count/is-a-dev/register/domains?color=5c46eb&label=domains&style=for-the-badge">
|
||||
<img alt="Open Pull Requests" src="https://img.shields.io/github/issues-raw/is-a-dev/register?color=5c46eb&label=issues&style=for-the-badge">
|
||||
<img alt="Open Issues" src="https://img.shields.io/github/issues-pr-raw/is-a-dev/register?color=5c46eb&label=pull%20requests&style=for-the-badge">
|
||||
</p>
|
||||
|
||||
**is-a-dev** is a service that allows developers to get a sweet-looking `.is-a.dev` domain for their personal websites.
|
||||
<h1 align="center">is-a.dev</h1>
|
||||
|
||||
<p align="center"> <a href="https://discord.gg/PZCGHz4RhQ"><img src="https://discord.com/api/guilds/830872854677422150/widget.png?style=banner2" alt="Discord"></a></p>
|
||||
<p align="center"><strong>is-a-dev</strong> is a service that allows developers to get a sweet-looking ".is-a.dev" domain for their personal websites.</p>
|
||||
|
||||
## Register service
|
||||
Try our new service to easily register the subdomain of your choice. Visit: https://register.is-a.dev/
|
||||
<p align="center">
|
||||
<a href="https://discord.gg/PZCGHz4RhQ"><img alt="Discord Server" src="https://discord.com/api/guilds/830872854677422150/widget.png?style=banner2"></a>
|
||||
</p>
|
||||
|
||||
## Registration
|
||||
###### Manual registration:
|
||||
- [Fork](https://github.com/is-a-dev/register/fork) this repository.
|
||||
- Add a new file called `your-domain-name.json` in the `domains` folder to register `your-domain-name.is-a.dev`.
|
||||
- [Read the documentation](https://is-a.dev/docs).
|
||||
- Your pull request will be reviewed and merged. *Make sure to keep an eye on it incase we need you to make any changes!*
|
||||
- After the pull request is merged, please allow up to 24 hours for the changes to propagate.
|
||||
- Enjoy your new `.is-a.dev` domain!
|
||||
|
||||
###### Or if you prefer to use your command line:
|
||||
|
||||
```bash
|
||||
npm install @is-a-dev/cli -g
|
||||
|
||||
is-a-dev login
|
||||
|
||||
is-a-dev create
|
||||
```
|
||||
|
||||
|
||||
|
||||
## How do I register?
|
||||
* [Fork](https://github.com/is-a-dev/register/fork) this repository.
|
||||
* Add a new `domains/your-domain-name.json` file directory to register `your-domain-name.is-a.dev`.
|
||||
* [Read the docs](https://is-a.dev/docs).
|
||||
* The PR will be reviewed and merged.
|
||||
* After merging, the changes will take effect within a day!
|
||||
* That's it! Done! Now go show off your cool `.is-a.dev` domain!
|
||||
## Status
|
||||
You can check the uptime of our services on our [status dashboard](https://stats.uptimerobot.com/zY4XKIRVzw).
|
||||
|
||||
[](https://stats.uptimerobot.com/zY4XKIRVzw/787472645)
|
||||
[](https://stats.uptimerobot.com/zY4XKIRVzw/787472617)
|
||||
|
||||
### Similar Services
|
||||
If you want to find services similar to is-a.dev, take a look on [free-for.life](https://free-for.life/#/?id=domains).
|
||||
|
||||
## Donations
|
||||
This project is a free and open source service for developers and will stay that way.
|
||||
### Donate
|
||||
If you like this project, please consider donating so we can keep this project running forever!
|
||||
|
||||
Please consider donating to help me keep this running forever!
|
||||
|
||||
Also, consider starring this repo!
|
||||
|
||||
<a href="https://www.buymeacoffee.com/phenax" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me A Coffee" height="28" width="119"></a>
|
||||
<a href="https://liberapay.com/phenax" target="_blank"><img src="https://img.shields.io/badge/liberapay-donate-yellow.svg?style=for-the-badge" alt="Liberapay recurring donation button" /></a>
|
||||
|
||||
|
||||
|
||||
|
||||
## Similar services
|
||||
You should also checkout -
|
||||
* [js.org](https://github.com/js-org/js.org/tree/master) (**NOTE**: `js.org` is specifically for JS focused project)
|
||||
* [is-a-good.dev](https://github.com/is-a-good-dev/Register)
|
||||
* [is-not-a.dev](https://is-not-a.dev)
|
||||
* [cluster.ws & wip.la](https://github.com/Olivr/free-domain)
|
||||
|
||||
|
||||
|
||||
## Uptime
|
||||
|
||||
[](https://stats.uptimerobot.com/zY4XKIRVzw)
|
||||
[](https://stats.uptimerobot.com/zY4XKIRVzw)
|
||||
|
||||
You can check the uptime of the service via [our status dashboard](https://stats.uptimerobot.com/zY4XKIRVzw).
|
||||
|
||||
|
||||
|
||||
|
||||
## License
|
||||
This project is under the [GPL-3.0](./LICENSE) license.
|
||||
<a href="https://www.buymeacoffee.com/phenax" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-orange.png" alt="Buy Me a Coffee" height="28" width="119"></a>
|
||||
<a href="https://liberapay.com/phenax" target="_blank"><img src="https://img.shields.io/badge/liberapay-donate-yellow.svg?style=for-the-badge" alt="Liberapay"></a>
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
|
||||
{
|
||||
"owner": {
|
||||
"username": "0xSuryax",
|
||||
"email": "surya98613@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["38.242.141.34"]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
|
||||
{
|
||||
"owner": {
|
||||
"username": "Akshay-Arjun",
|
||||
"email": "akshayvollala779@gmail.com"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"URL": "https://akshay-arjun.github.io/Akshay-Arjun"
|
||||
}
|
||||
}
|
||||
|
||||
+6
-6
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"repo":"https://github.com/5rq/5rq.github.io",
|
||||
"owner":{
|
||||
"username":"5rq",
|
||||
"email":"600@fbi.ac"
|
||||
"repo": "https://github.com/5rq/5rq.github.io",
|
||||
"owner": {
|
||||
"username": "5rq",
|
||||
"email": "600@fbi.ac"
|
||||
},
|
||||
"record":{
|
||||
"CNAME":"5rq.github.io"
|
||||
"record": {
|
||||
"CNAME": "5rq.github.io"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Portfolio website for 6502",
|
||||
"repo": "https://github.com/nobody5050/nobody5050.github.io",
|
||||
"owner": {
|
||||
"username": "Nobody5050",
|
||||
"email": "levibelland@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "nobody5050.github.io"
|
||||
}
|
||||
}
|
||||
+1
-2
@@ -6,7 +6,6 @@
|
||||
"email": "phenax5@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "http://www.is-a.dev",
|
||||
"TXT": "google-site-verification=jxUxBquLRsSLsUNUqYYB3EfN7X_IuVZ5Ff-ZfElMBOQ"
|
||||
"URL": "http://www.is-a.dev"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "@is-a-dev/maintainers",
|
||||
"email": "phenax5@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "f4099fcae5cf0ea04f853bc649c5b1"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
|
||||
{
|
||||
"owner": {
|
||||
"username": "AXVIII3",
|
||||
"email": "anirbanrc2286@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "f99b7081b391b0e77e8b9bd80ea50e"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Personal site for github@ayvacs (GH Pages verification)",
|
||||
"repo": "https://github.com/ayvacs/ayvacs.github.io",
|
||||
"owner": {
|
||||
"username": "ayvacs",
|
||||
"email": "ayvacs@proton.me"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "5a1e6c3195a98bf63ceba5a88f4be2"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"description": "AyanAmy's About Page - Verification",
|
||||
"repo": "https://github.com/jy1263/jy1263.github.io",
|
||||
"owner": {
|
||||
"username": "jy1263",
|
||||
"email": "",
|
||||
"twitter": "jy126orjy126"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "250303a2dde21ac34ad10792da01fa"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "OpAayush",
|
||||
"email": "aayushmagrawal@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "d609a47482f885a41a61549fbad3ee"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "priyanshprajapat",
|
||||
"email": "priy@nsh.is-a.dev"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "a65192c96ebe888e8f9b09822aa059"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "priyanshprajapat",
|
||||
"email": "priy@nsh.is-a.dev"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "9344cea7b5e595f0feaf87f729a26a"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "S3mant",
|
||||
"email": "contact@semant.is-a.dev"
|
||||
},
|
||||
"record": {
|
||||
"TXT": "137038fe5e46e3f5a6859e5985b8fd"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "WilliamDavidHarrison",
|
||||
"email": "william@williamharrison.dev"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"TXT": "a6bc96312c4473df6c37f63d3e0fed"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
|
||||
{
|
||||
"owner": {
|
||||
"username": "aaaminee",
|
||||
"email": "amineoumellouk@yahoo.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://aaaminee.github.io"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"description": "A Personal Portfilo",
|
||||
"repo": "https://portfolio.anime0test.repl.co",
|
||||
"owner": {
|
||||
"username": "LittleSoldierGaming",
|
||||
"email": "aantaripdas@gmail.com",
|
||||
"twitter": "littlesoldiergaming"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "2df92555-30ba-4899-bbb8-2906a8f5c7e0.id.repl.co"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "aargh.is-a.dev",
|
||||
"repo": "https://github.com/FloatingComet62/floatingcomet62.github.io",
|
||||
"owner": {
|
||||
"username": "FloatingComet62",
|
||||
"email": "shubh2007rai@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "floatingcomet62.github.io"
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"description": "Aaron's personal developer website",
|
||||
"repo": "https://github.com/aaron-harvey",
|
||||
"owner": {
|
||||
"username": "aaronharvey",
|
||||
"email": "aaron@lolsup.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "lolsup.com"
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -6,6 +6,6 @@
|
||||
"email": "altaaryan@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://www.aaryanporwal.me/"
|
||||
"URL": "https://www.aaryanporwal.me"
|
||||
}
|
||||
}
|
||||
|
||||
+4
-3
@@ -1,9 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Aayush-Rajagopalan",
|
||||
"email": "aayush.rajagopalan77@gmail.com"
|
||||
"username": "OpAayush",
|
||||
"email": "aayushmagrawal@gmail.com",
|
||||
"discord": "Aayu5h#1737"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "byteserver.tech"
|
||||
"CNAME": "opaayush.pages.dev"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"description": "this a link to my website",
|
||||
"owner": {
|
||||
"username": "zbj2",
|
||||
"email": "devavcado@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "zbj2.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
|
||||
{
|
||||
"owner": {
|
||||
"username": "Abdelhakim Baraka",
|
||||
"email": "abdesoft1@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://ab-portfolio-one.vercel.app"
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -5,6 +5,6 @@
|
||||
"discord": "Abdul ♥#5464"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "abduldev.me"
|
||||
"CNAME": "rahman.works"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"username": "adistar964",
|
||||
"email": "adistar964@gmail.com"
|
||||
},
|
||||
"description":"this is for my personal website made.",
|
||||
"description": "this is for my personal website made.",
|
||||
"record": {
|
||||
"CNAME": "adistar964.github.io"
|
||||
}
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"description": "A personal website for my career.",
|
||||
"repo": "https://github.com/abdulrahman1s/my-website",
|
||||
"description": "Personal site to showcase my future works.",
|
||||
"repo": "https://github.com/abdulrahman1s/abdulrahman1s.github.io",
|
||||
"owner": {
|
||||
"username": "abdulrahman1s",
|
||||
"email": "abdulrahman.8alah@gmail.com"
|
||||
"email": "mail@abdulrahman.dev"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://themaestro.site"
|
||||
"URL": "https://abdulrahman.dev"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"description": "Abel Mitiku's website",
|
||||
"repo": "https://github.com/abel-blue/abelblue.dev",
|
||||
"owner": {
|
||||
"username": "abel-blue",
|
||||
"email": "abelmgetnet@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "abel-blue.github.io"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"description": "Abhay's portfolio website",
|
||||
"repo": "https://github.com/daggron/daggron.github.io",
|
||||
"owner": {
|
||||
"username": "Daggron",
|
||||
"email": "returnofking04@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "codeinator.me"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
|
||||
{
|
||||
"owner": {
|
||||
"username": "actuallyabhi",
|
||||
"email": "mabhishek7081@zohomail.in"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://actuallyabhi.netlify.app"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"description": "Abhinav Dalal's website",
|
||||
"repo": "https://github.com/b-om/b-om.github.io",
|
||||
"owner": {
|
||||
"username": "abhinavdalal",
|
||||
"email": "abhinavdalal@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "b-om.github.io"
|
||||
}
|
||||
}
|
||||
@@ -1,11 +1,10 @@
|
||||
{
|
||||
"description": "My personal website",
|
||||
"repo": "https://github.com/abysmal26/website",
|
||||
"owner": {
|
||||
"username": "abysmal26",
|
||||
"email": "abysmal@disroot.org"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "abysmal26.github.io"
|
||||
"URL": "https://abysmal.eu.org"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
|
||||
{
|
||||
"owner": {
|
||||
"username": "diamond-gold",
|
||||
"email": "diamond-gold-ace@outlook.com"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"URL": "https://github.com/diamond-gold"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "ACGaming1508",
|
||||
"email": "acgamer861@gmail.com"
|
||||
},
|
||||
"repo": "https://github.com/ACGaming1508/ACGaming1508.github.io",
|
||||
"record": {
|
||||
"CNAME": "acgaming1508.github.io"
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -5,6 +5,6 @@
|
||||
"twitter": "joachi_"
|
||||
},
|
||||
"record": {
|
||||
"CNAME":"achim.io"
|
||||
"CNAME": "achim.io"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "ajachintya",
|
||||
"email": "ajachintyajaiswal@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://portfolio-app-production.up.railway.app"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"description": "Personal portfolio website",
|
||||
"repo": "https://github.com/K7Adam/my-webfolio-angular",
|
||||
"owner": {
|
||||
"username": "K7Adam",
|
||||
"email": "",
|
||||
"twitter": "7AdamK"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "8b23b621a9d04b0718dd.b-cdn.net"
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"description": "Adarsh's portfolio!",
|
||||
"repo": "https://github.com/adarsh-qclw/adarsh-qclw.github.io",
|
||||
"owner": {
|
||||
"username": "adarsh-qclw",
|
||||
"email": "adoo2001@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "adarsh-qclw.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "duckmob",
|
||||
"email": "coxy.addison@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "dcd5055c-f746-4223-a171-5f536111d3c5.id.repl.co"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"description": "Adhi",
|
||||
"repo": "https://github.com/adhithyakrishna/adhithyakrishna.github.io",
|
||||
"owner": {
|
||||
"username": "Adhi",
|
||||
"email": "akrishna.cse21@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "adhithyakrishna.github.io"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Adrian is a dev",
|
||||
"repo": "https://github.com/stryfe200fps/adrian",
|
||||
"owner": {
|
||||
"username": "stryfe200fps",
|
||||
"email": "fsdainsleif@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "stryfe200fps.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
|
||||
{
|
||||
"owner": {
|
||||
"username": "Adib23704",
|
||||
"email": "adib23704@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "adib23704.tk"
|
||||
}
|
||||
}
|
||||
|
||||
+5
-5
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"description": "My Personal Landing Page!",
|
||||
"repo": "https://github.com/icancodebeauty/aditya",
|
||||
"repo": "https://github.com/adityaasyadav/aditya",
|
||||
"owner": {
|
||||
"username": "icancodebeauty",
|
||||
"email": "aditya@mail.aditya.is-a.dev",
|
||||
"twitter": "@CodeWithAadi"
|
||||
"username": "adityaasyadav",
|
||||
"email": "ishqaddy@gmail.com",
|
||||
"twitter": "adityaasyadav"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "icancodebeauty.github.io"
|
||||
"CNAME": "adityaasyadav.github.io"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
|
||||
{
|
||||
"owner": {
|
||||
"username": "Clyders",
|
||||
"email": "adityapcgaming1@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "8a7f7c6e-2287-4f07-a605-5ca7824b3f38.id.repl.co"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "For Portfolio",
|
||||
"repo": "https://github.com/adityavag/portfolio",
|
||||
"owner": {
|
||||
"username": "adityavag",
|
||||
"email": "adi247u@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "adityavag.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
|
||||
{
|
||||
"description": "personal website",
|
||||
"repo": "https://github.com/adolar0042/adolar0042.github.io",
|
||||
"owner": {
|
||||
"username": "Adolar0042",
|
||||
"email": "adolar0042@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "adolar0042.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"description": "This is a domain for my personal website!",
|
||||
"repo": "https://github.com/Adonisfx/adonisfx.github.io",
|
||||
"owner": {
|
||||
"username": "Adonisfx",
|
||||
"email": "ogulcanozturk72@gmail.com",
|
||||
"twitter": "ogulcanztrk1"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "adonisfx.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Adri11334",
|
||||
"email": "adrien.vermersch@epitech.eu",
|
||||
"discord": "Дdяi1#7501"
|
||||
},
|
||||
"record": {
|
||||
"A": [
|
||||
"116.203.127.206"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Adriichu",
|
||||
"email": "adriichu@proton.me",
|
||||
"twitter": "Adriichuu",
|
||||
"discord": "Aaron#0069"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"CNAME": "aaron-web.pages.dev"
|
||||
}
|
||||
}
|
||||
@@ -1,9 +0,0 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "aggelos-007",
|
||||
"email": "aggeloss007@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "72ea0bf6-bb1e-4fe3-82f2-a3e0b5d75a0b.id.repl.co"
|
||||
}
|
||||
}
|
||||
+6
-6
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"owner":{
|
||||
"username":"aGoldDev",
|
||||
"discord":"aGold#9596",
|
||||
"email":"abloggoldwin@gmail.com"
|
||||
"owner": {
|
||||
"username": "aGoldDev",
|
||||
"discord": "aGold#9596",
|
||||
"email": "abloggoldwin@gmail.com"
|
||||
},
|
||||
"record":{
|
||||
"CNAME":"agolddev.github.io"
|
||||
"record": {
|
||||
"CNAME": "agolddev.github.io"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
|
||||
{
|
||||
"owner": {
|
||||
"username": "Pedhot-Dev",
|
||||
"email": "wanzgamerz2@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "aguspedhot.000webhostapp.com"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "pebna7d9",
|
||||
"email": "pebna7d9@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
|
||||
"TXT": "v=spf1 include:spf.improvmx.com ~all"
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"description": "Ahmad Ainul Personal Site",
|
||||
"repo": "https://github.com/indiealistic",
|
||||
"owner": {
|
||||
"username": "indiealistic",
|
||||
"email": "ahmad@indiealistic.studio"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "30240e0a1ae9ba26d3f8.b-cdn.net"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"description": "Portfolio Website",
|
||||
"owner": {
|
||||
"username": "ahmed-eldin",
|
||||
"email": "ahmedeldin98@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "ahmed-eldin.github.io"
|
||||
}
|
||||
}
|
||||
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"description": "Ahsan's Personal Website",
|
||||
"owner": {
|
||||
"username": "aqureshi",
|
||||
"email": "ahsan.qureshi8@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "www.thisisahsan.com"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
|
||||
{
|
||||
"owner": {
|
||||
"username": "AidhaniDev",
|
||||
"email": "aidhanidev@gmail.com"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"URL": "https://sites.google.com/view/aidhanidev/home"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
|
||||
{
|
||||
"owner": {
|
||||
"username": "AikoNee",
|
||||
"email": "shenzie1131@gmail.com"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"CNAME": "aiko.pages.dev"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"description": "Ahmad Ainul Personal Site",
|
||||
"repo": "https://github.com/indiealistic",
|
||||
"owner": {
|
||||
"username": "indiealistic",
|
||||
"email": "ahmad@indiealistic.studio"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "30240e0a1ae9ba26d3f8.b-cdn.net"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Ajay charotariya.",
|
||||
"repo": "https://github.com/ajay-charotariya/ajay-charotariya.github.io",
|
||||
"owner": {
|
||||
"username": "ajay-charotariya",
|
||||
"email": ""
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "ajay-charotariya.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Ajit Portfolio.",
|
||||
"repo": "https://github.com/ajit-thakor/ajit-thakor.github.io",
|
||||
"owner": {
|
||||
"username": "ajit-thakor",
|
||||
"email": ""
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "ajit-thakor.github.io"
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"description": "my-portfolio website",
|
||||
"repo": "https://github.com/akashmadhu4",
|
||||
"owner": {
|
||||
"username": "akashmadhu4",
|
||||
"email": "akashmadhu4@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "akashmadhu.engineer"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
|
||||
{
|
||||
"owner": {
|
||||
"username": "YoruAkio",
|
||||
"email": ""
|
||||
},
|
||||
"record": {
|
||||
"TXT": "vc-domain-verify=akio.is-a.dev,c991805a0f4ecf2a1ded"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "Abdulazizkhan-K-N-B",
|
||||
"email": "abdulazizkhan.k.n.b@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "abdulazizkhan-k-n-b.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
|
||||
{
|
||||
"owner": {
|
||||
"username": "Abdulazizkhan-K-N-B",
|
||||
"email": "abdulazizkhan.k.n.b@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["47.242.127.210"]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
+2
-2
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"description": "Akshay's portfolio website and blog",
|
||||
"repo": "https://github.com/phenax/phenax.github.io",
|
||||
"repo": "https://github.com/phenax/ediblemonad.dev",
|
||||
"owner": {
|
||||
"username": "phenax",
|
||||
"email": "phenax5@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "phenax.github.io"
|
||||
"URL": "https://phenax.github.io"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Akshayan's Profile",
|
||||
"repo": "https://github.com/akshayans/akshayans.github.io",
|
||||
"owner": {
|
||||
"username": "akshayans",
|
||||
"email": "akshayan@afhstudio.ml"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "akshayans.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "akshaynstack",
|
||||
"email": "akshay.fivem@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["52.66.193.17"]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "ankita chavda.",
|
||||
"repo": "https://github.com/akta-chavda/akta-chavda.github.io",
|
||||
"owner": {
|
||||
"username": "akta-chavda",
|
||||
"email": ""
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "akta-chavda.github.io"
|
||||
}
|
||||
}
|
||||
+1
-1
@@ -6,6 +6,6 @@
|
||||
"email": "alan@schirrel.dev"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "schirrel.dev"
|
||||
"URL": "https://schirrel.dev"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"description": "Albert's Portfolio Website",
|
||||
"repo": "https://github.com/albert1033/albert-portfolio",
|
||||
"owner": {
|
||||
"username": "albert1033",
|
||||
"email": "vuongdingtuong.an@gmail.com",
|
||||
"twitter": "albert_26_10"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "albert1033.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
|
||||
{
|
||||
"owner": {
|
||||
"username": "ALBINPRAVEEN",
|
||||
"email": "albinpraveen135790@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://albinpraveen.vercel.app"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
|
||||
{
|
||||
"owner": {
|
||||
"username": "ALBINPRAVEEN",
|
||||
"email": "albinpraveen135790@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "albinpraveen.github.io"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"repo": "https://github.com/AldenizenMC/AldenizenMC.github.io",
|
||||
"owner": {
|
||||
"username": "AldenizenMC",
|
||||
"email": "",
|
||||
"discord": "AldenizenMC#1418",
|
||||
"twitter": "aldenizenmc",
|
||||
"note": "I am never online on twitter, message me on Discord instead. In case my discriminator changes, my user id is 529424782438170679"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "AldenizenMC.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Personal website and blog",
|
||||
"repo": "https://github.com/AlephaNull/AlephaNull.github.io",
|
||||
"owner": {
|
||||
"username": "AlephaNull",
|
||||
"email": "alephanull7@pm.me"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "alephanull.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
|
||||
{
|
||||
"owner": {
|
||||
"username": "ARCIKE",
|
||||
"email": "alexarcike@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://portfolio.alexandre-dev.gq"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
|
||||
{
|
||||
"owner": {
|
||||
"username": "charmingdisorder",
|
||||
"email": ""
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "charmingdisorder.github.io"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"description": "alexsquibbs.is-a.dev --> alexsquibbs.com",
|
||||
"record": {
|
||||
"URL": "https://alexsquibbs.com"
|
||||
},
|
||||
"repo": "https://github.com/alexsquibbs",
|
||||
"owner": {
|
||||
"discord": "alex squibbs#7777",
|
||||
"email": "alexsquibbs.is-a.dev@alexsquibbs.com",
|
||||
"twitter": "alexsquibbs",
|
||||
"username": "alexsquibbs"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "faghani",
|
||||
"email": "",
|
||||
"twitter": "alireza_faghani"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "hashnode.network"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "ali-sabry",
|
||||
"email": "alisabry.official@gmail.com"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"URL": "https://alisabry.netlify.app"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Alisher's Website!",
|
||||
"repo": "https://github.com/alisher-usmonov/portfolio-Website",
|
||||
"owner": {
|
||||
"username": "alisher-usmonov",
|
||||
"email": "alisher.null@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "edge.redirect.pizza"
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"description": "Allan's personal website",
|
||||
"repo": "https://github.com/abarriel",
|
||||
"owner": {
|
||||
"username": "abarriel",
|
||||
"email": "abarriel@student.42.fr"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "abarriel.github.io"
|
||||
}
|
||||
}
|
||||
@@ -6,6 +6,6 @@
|
||||
"email": "imad.kh@outlook.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME":"imadboy89.github.io"
|
||||
"CNAME": "imadboy89.github.io"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"repo": "https://github.com/almightynan",
|
||||
"owner": {
|
||||
"username": "almightynan",
|
||||
"email": "almightynan@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "almightynandev-production.up.railway.app"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "OpAayush",
|
||||
"email": "aayushmagrawal@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "alokik-here.github.io"
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
|
||||
{
|
||||
"owner": {
|
||||
"username": "alraakib",
|
||||
"email": "alraakib@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "portrkb.netlify.app"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
|
||||
{
|
||||
"owner": {
|
||||
"username": "altude",
|
||||
"email": "altude@skiff.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "altude.pages.dev"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"description": "my portfolio",
|
||||
"repo": "https://github.com/Aluwi21/Aluwi21.github.io",
|
||||
"owner": {
|
||||
"username": "Aluwi21",
|
||||
"email": "21fayyadh@gmail.com",
|
||||
"twitter": "Aluwi_"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "aluwi21.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "sa-mustafa",
|
||||
"email": "s.a.mustafa@yandex.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "dev.imagesmith.io"
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"description": "This website is a link to my personal developer portfolio.",
|
||||
"repo": "https://github.com/jn-aman",
|
||||
"owner": {
|
||||
"username": "jn-aman",
|
||||
"email": "aman.j@safepath.ai"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "amanwiki.netlify.app"
|
||||
}
|
||||
}
|
||||
@@ -1,11 +0,0 @@
|
||||
{
|
||||
"description": "My personal portfolio",
|
||||
"repo": "https://github.com/amar13mehta/amar13mehta.github.io",
|
||||
"owner": {
|
||||
"username": "amar13mehta",
|
||||
"email": "amar13iam@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "amar13mehta.github.io"
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user