mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-08-10 22:24:54 +00:00
Merge branch 'main' into main
This commit is contained in:
@@ -50,6 +50,7 @@ To register `my-domain.is-a.dev`, you need to create a `domains/my-domain.json`
|
||||
The file name must pass the following criteria -
|
||||
* Must be alpha-numeric in lowercase with dashes as seperators
|
||||
* Must be more than 2 characters long
|
||||
* Must have a `.json` file extension
|
||||
|
||||
|
||||
The file needs to have the following fields -
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"description": "Kory Porter's personal website",
|
||||
"repo": "https://github.com/korziee",
|
||||
"owner": {
|
||||
"username": "korziee",
|
||||
"twitter": "korziee",
|
||||
"email": ""
|
||||
},
|
||||
"record": {
|
||||
"URL": "https://www.koryporter.com/"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"description": "A personal website",
|
||||
"repo": "https://github.com/HeroGamers/HeroGamers",
|
||||
"owner": {
|
||||
"username": "HeroGamers",
|
||||
"email": "hero@herogamers.xyz",
|
||||
"twitter": "ItsHeroGamers"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "herogamers.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Praveen's personal developer website",
|
||||
"repo": "https://github.com/PraveenPal4232",
|
||||
"owner": {
|
||||
"username": "PraveenPal4232",
|
||||
"email": "praveenpal4232@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "praveenpal4232.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"description": "Greetings from Sri Hari!",
|
||||
"repo": "https://github.com/srhr17/srhr17.github.io",
|
||||
"owner": {
|
||||
"username": "srhr17",
|
||||
"email": "srhr1999@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "srhr17.github.io"
|
||||
}
|
||||
|
||||
}
|
||||
+1
-1
@@ -11,7 +11,7 @@ If your domain points to a server you own, add \`domain-name.is-a.dev\` to your
|
||||
* Open up the **settings** tab
|
||||
* Scroll down to the **Github pages** section
|
||||
* In the **Custom domain** text input, enter the domain you registered (\`domain-name.is-a.dev\`)
|
||||
* Check the 'Enforce HTTPS' checkbox below the input
|
||||
* Check the **Enforce HTTPS** checkbox below the input
|
||||
* Give it some time to reflect and you should be good to go
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user