Add files via upload

This commit is contained in:
Will Clarke
2021-07-07 01:10:08 +01:00
committed by GitHub
parent 01fa8880dc
commit 69e36d69e4
2 changed files with 24 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<h2>How to register your domain</h2>
<ul>
<h3>Different hosting:</h3>
<li><a href="https://github.com/is-a-good-dev/register/tree/main/documentation/hosting-type/github-pages.md">Github pages</a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
</ul>
@@ -0,0 +1,17 @@
<h2>Github pages</h2>
<p>You can create a github pages website by creating a new repo with the name <code>github-username.github.io</code>. For help and more information, please read through <a href="https://guides.github.com/features/pages/">the guide </a></p>
<h3>Setting up your domain file</h3>
<p>Create a json file in the <code>sub-logs</code> directory (<code>sub-logs/subdomain.is-a-good.dev</code>).</p>
<p>Please make sure that your json file follows the following format:</p>
<code>
{
"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"
}
}
</code>