From 57b543c1b2ed67bf1162599cdf551b8801438067 Mon Sep 17 00:00:00 2001 From: "mtgsquad.dev" <75879007+mtgsquad@users.noreply.github.com> Date: Wed, 21 Apr 2021 10:45:29 +0500 Subject: [PATCH 1/5] Create hashnode.md --- docs/hosted-at/hashnode.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 docs/hosted-at/hashnode.md diff --git a/docs/hosted-at/hashnode.md b/docs/hosted-at/hashnode.md new file mode 100644 index 000000000..b1bc74656 --- /dev/null +++ b/docs/hosted-at/hashnode.md @@ -0,0 +1,27 @@ +When you create your Hashnode blog, hashnode provides a free **yourdomain.hashnode.dev** subdomain for you. However, you can set up your own **yourdomain.tld** domain or **blog.yourdomain.tld** subdomain to your Hashnode blog. + +In this guide, you will learn how to accomplish this alongside some additional specific guides for different domain DNS providers. + +--- + +1. Log in to your Hashnode account. + +2. Click on your **profile picture** at the bottom-left corner of the page on *desktop* screen or top-right corner on *mobile* screen. + +![Hashnode's Feed](https://cdn.hashnode.com/res/hashnode/image/upload/v1614932849541/cBNDGKXMj.png?auto=compress) + +3. Click on the **Blog Dashboard** option from the popup modal to access your blog's dashboard. + +![Hashnode's Feed](https://cdn.hashnode.com/res/hashnode/image/upload/v1614937218081/InvxVHXDy.png?auto=compress) + +4. Navigate to the **DOMAIN** tab and enter your domain without the **www** or **https://** prefix in the text field provided. Then click on the **Update** button to proceed. + +![Hashnode's Blog Domain Tab](https://cdn.hashnode.com/res/hashnode/image/upload/v1614937377176/0cwddAywO.png?auto=compress) + +5. Go To Your Fork Of The `is-a-dev/register` repo, edit your subdomain's JSON file, make sure you remove any old records, then add this: +```json +"CNAME": "hashnode.network" +``` + +Once Done, your hashnode blog is setup to use your subdomin, all you have to do is wait sometime for the DNS to propogate. These changes could take from 1 hour to around 48 hours, so please be patient, It'll most likely be ready within a hour. +Enjoy Your Hashnode Blog, With Your Sweet `.is-a.dev` Subdomain! From a88baa74e2e1e933fceae58b6db3052209c8aa30 Mon Sep 17 00:00:00 2001 From: "mtgsquad.dev" <75879007+mtgsquad@users.noreply.github.com> Date: Wed, 21 Apr 2021 19:41:22 +0500 Subject: [PATCH 2/5] Update README.md --- docs/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/README.md b/docs/README.md index 150f61f59..0209e2197 100644 --- a/docs/README.md +++ b/docs/README.md @@ -3,5 +3,6 @@ You can read the [domains.json file api reference](./domains-json.md) for more i ### Websites hosted at * [For github pages users](./hosted-at/github-pages.md) +* [For hashnode blogs](./hosted-at/hashnode.md) * [For other services](./hosted-at/others.md) From 42b26f67fe20d0e56e114dd087c2ec810259ef8c Mon Sep 17 00:00:00 2001 From: "mtgsquad.dev" <75879007+mtgsquad@users.noreply.github.com> Date: Wed, 21 Apr 2021 19:55:39 +0500 Subject: [PATCH 3/5] Update hashnode.md --- docs/hosted-at/hashnode.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/hosted-at/hashnode.md b/docs/hosted-at/hashnode.md index b1bc74656..2bca65382 100644 --- a/docs/hosted-at/hashnode.md +++ b/docs/hosted-at/hashnode.md @@ -1,6 +1,6 @@ -When you create your Hashnode blog, hashnode provides a free **yourdomain.hashnode.dev** subdomain for you. However, you can set up your own **yourdomain.tld** domain or **blog.yourdomain.tld** subdomain to your Hashnode blog. +When you create your Hashnode blog, hashnode provides a free **yourdomain.hashnode.dev** subdomain for you. However, you can set up your own **.is-a.dev** subdomain. -In this guide, you will learn how to accomplish this alongside some additional specific guides for different domain DNS providers. +In this guide, you will learn how to accomplish this. --- From a6432a61112969ed97e83e298a6c6cac041caefd Mon Sep 17 00:00:00 2001 From: "mtgsquad.dev" <75879007+mtgsquad@users.noreply.github.com> Date: Wed, 21 Apr 2021 22:51:47 +0500 Subject: [PATCH 4/5] Update hashnode.md --- docs/hosted-at/hashnode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hosted-at/hashnode.md b/docs/hosted-at/hashnode.md index 2bca65382..b02462348 100644 --- a/docs/hosted-at/hashnode.md +++ b/docs/hosted-at/hashnode.md @@ -24,4 +24,4 @@ In this guide, you will learn how to accomplish this. ``` Once Done, your hashnode blog is setup to use your subdomin, all you have to do is wait sometime for the DNS to propogate. These changes could take from 1 hour to around 48 hours, so please be patient, It'll most likely be ready within a hour. -Enjoy Your Hashnode Blog, With Your Sweet `.is-a.dev` Subdomain! +Enjoy Your Hashnode Blog, With Your Sweet `.is-a.dev` Subdomain! **If You Need More Help:** please read this support article on hashnode support: https://support.hashnode.com/docs/mapping-domain/, this should help you more, if you need more help related to [Hashnode](https://hashnode.com), then please visit the [Hashnode Support Center](https://support.hashnode.com/). Remeber, is-a.dev has no links with hashnode, so please do not create issues on our github, saying that your hashnode blog is having issues, we simply will not respond to them. From 4936f730f01e0c5f21f0d4728a1f5dcb2dfb0917 Mon Sep 17 00:00:00 2001 From: "mtgsquad.dev" <75879007+mtgsquad@users.noreply.github.com> Date: Wed, 21 Apr 2021 22:53:16 +0500 Subject: [PATCH 5/5] Fix my spelling errors, and update the file --- docs/hosted-at/hashnode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hosted-at/hashnode.md b/docs/hosted-at/hashnode.md index b02462348..20b2276c3 100644 --- a/docs/hosted-at/hashnode.md +++ b/docs/hosted-at/hashnode.md @@ -23,5 +23,5 @@ In this guide, you will learn how to accomplish this. "CNAME": "hashnode.network" ``` -Once Done, your hashnode blog is setup to use your subdomin, all you have to do is wait sometime for the DNS to propogate. These changes could take from 1 hour to around 48 hours, so please be patient, It'll most likely be ready within a hour. +Once Done, your hashnode blog is setup to use your subdomain, all you have to do is wait sometime for the DNS to propogate. These changes could take from 1 hour to around 48 hours, so please be patient, It'll most likely be ready within a hour. Enjoy Your Hashnode Blog, With Your Sweet `.is-a.dev` Subdomain! **If You Need More Help:** please read this support article on hashnode support: https://support.hashnode.com/docs/mapping-domain/, this should help you more, if you need more help related to [Hashnode](https://hashnode.com), then please visit the [Hashnode Support Center](https://support.hashnode.com/). Remeber, is-a.dev has no links with hashnode, so please do not create issues on our github, saying that your hashnode blog is having issues, we simply will not respond to them.