mirror of
https://github.com/tiennm99/is-a-good-dev.git
synced 2026-06-07 12:13:15 +00:00
Add files via upload
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user