diff --git a/API.md b/API.md index a69ee4984..fd29e5fa0 100644 --- a/API.md +++ b/API.md @@ -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 - diff --git a/domains/kory.json b/domains/kory.json new file mode 100644 index 000000000..822c4eb27 --- /dev/null +++ b/domains/kory.json @@ -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/" + } +} diff --git a/domains/marcus.json b/domains/marcus.json new file mode 100644 index 000000000..cbc3efd0a --- /dev/null +++ b/domains/marcus.json @@ -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" + } +} diff --git a/domains/praveen.json b/domains/praveen.json new file mode 100644 index 000000000..128459810 --- /dev/null +++ b/domains/praveen.json @@ -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" + } +} diff --git a/domains/srihari.json b/domains/srihari.json new file mode 100644 index 000000000..3d4fe41e9 --- /dev/null +++ b/domains/srihari.json @@ -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" + } + +} diff --git a/scripts/reply.js b/scripts/reply.js index b7d10841e..78942784a 100644 --- a/scripts/reply.js +++ b/scripts/reply.js @@ -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