From 69e36d69e451ed2ccd6ca8f32b2bbe9797da6bf6 Mon Sep 17 00:00:00 2001 From: Will Clarke <80069102+willcoder-web@users.noreply.github.com> Date: Wed, 7 Jul 2021 01:10:08 +0100 Subject: [PATCH] Add files via upload --- documentation/README.md | 7 +++++++ documentation/hosting-type/github-pages.md | 17 +++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 documentation/README.md create mode 100644 documentation/hosting-type/github-pages.md diff --git a/documentation/README.md b/documentation/README.md new file mode 100644 index 0000000..2eabc24 --- /dev/null +++ b/documentation/README.md @@ -0,0 +1,7 @@ +

How to register your domain

+ diff --git a/documentation/hosting-type/github-pages.md b/documentation/hosting-type/github-pages.md new file mode 100644 index 0000000..f53486c --- /dev/null +++ b/documentation/hosting-type/github-pages.md @@ -0,0 +1,17 @@ +

Github pages

+

You can create a github pages website by creating a new repo with the name github-username.github.io. For help and more information, please read through the guide

+

Setting up your domain file

+

Create a json file in the sub-logs directory (sub-logs/subdomain.is-a-good.dev).

+

Please make sure that your json file follows the following format:

+ + { + "repo": "https://github.com/github-username/github-username.github.io", + "owner": { + "username": "github-username", + "email": "your-name-here@domain", + }, + "target": { + "CNAME": "github-username.github.io" + } + } +