So you have your own personal website hosted on Netlify, but want to start writing like I am and create a blog using Hashnode? How does one do that and is it possible to set up a custom subdomain with Hashnode? The answer is yes.

  1. Login in to your Netlify account and click on the domain app you want to set up a subdomain. I am choosing martinpatino.com.

  1. Click on Domain Settings button

3.Under Domains and click on ** Go to DNS Panel** on the domain you want to target.

  1. Next just click on "Add a New Record" and enter the following DNS Settings and in the fields available just fill out the following
Record Type: CNAME

Name: blog or any subdomain of your choice

Value: hashnode.network

Result:

That is pretty much it for Netlify so congrats on this part. Now all that is left is complete the set up on the Hashnode side.

  1. Under Domains in the dashboard settings, you will just add a custom domain such as blog.martinpatino.com. The DNS propagation can take up to 24 hours to complete.

You can see blog.martinpatino.com now hosting Hashnode custom subdomain blog ☕