mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-08-20 00:23:34 +00:00
Merge branch 'main' into main
This commit is contained in:
@@ -23,7 +23,8 @@
|
||||
|
||||
|
||||
### For github pages users
|
||||
* A github pages json file will look something like this -
|
||||
* You can take a look at the [github pages guide](https://guides.github.com/features/pages/) if you need help with setting up a website with github pages.
|
||||
* Your json file will look something like this -
|
||||
```json
|
||||
{
|
||||
"description": "Add some description",
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
|
||||
is-a-dev is a service that allows developers to get a sweet-looking `.is-a.dev` domain for their personal websites.
|
||||
|
||||
Note: This service is currently in **beta** so expect some delays in PR merge and report any issues you encounter so that the service can be improved.
|
||||
|
||||
|
||||
|
||||
## How do I register?
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "My personal portfolio",
|
||||
"repo": "https://github.com/amar13mehta/amar13mehta.github.io",
|
||||
"owner": {
|
||||
"username": "amar13mehta",
|
||||
"email": "amar13iam@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "amar13mehta.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Echo's personal website",
|
||||
"repo": "https://github.com/echo2477/echo2477.github.io",
|
||||
"owner": {
|
||||
"username": "echo2477",
|
||||
"email": "pku.eko16@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "echo2477.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Liju's personal development page",
|
||||
"repo": "https://github.com/lijujayakumar/lijujayakumar.github.io",
|
||||
"owner": {
|
||||
"username": "lijujayakumar",
|
||||
"email": "lijusankar@email"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "lijujayakumar.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"description": "Mohaned's personal website",
|
||||
"repo": "https://github.com/mohanedashraf/mohanedashraf.github.io",
|
||||
"owner": {
|
||||
"username": "mohanedashraf",
|
||||
"email": "",
|
||||
"twitter": "mohanedzz"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "mohanedashraf.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Prabhakaran J M is a dev",
|
||||
"repo": "https://github.com/prajaymas/prajaymas.github.io",
|
||||
"owner": {
|
||||
"username": "prabhakaranjm",
|
||||
"email": "prabhakaran.jm@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "prajaymas.github.io"
|
||||
}
|
||||
}
|
||||
+2
-7
@@ -1,16 +1,11 @@
|
||||
{
|
||||
"description":"YajTPG's website",
|
||||
"repo":"https://github.com/YajTPG",
|
||||
"repo":"https://github.com/YajTPG/yajtpg.github.io",
|
||||
"owner":{
|
||||
"username":"YajTPG",
|
||||
"email":"yajtpg@gmail.com"
|
||||
},
|
||||
"record":{
|
||||
"A":[
|
||||
"85.159.233.158",
|
||||
"108.59.1.30",
|
||||
"217.182.183.225",
|
||||
"185.206.180.169"
|
||||
]
|
||||
"CNAME": "yajtpg.github.io"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user