Merge branch 'main' into main

This commit is contained in:
Akshay Nair
2020-10-18 18:00:00 +05:30
committed by GitHub
6 changed files with 49 additions and 1 deletions
+1
View File
@@ -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 -
+12
View File
@@ -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/"
}
}
+12
View File
@@ -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"
}
}
+11
View File
@@ -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"
}
}
+12
View File
@@ -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
View File
@@ -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