Hashnode Subdomain with Netlify and Google Domain
How to setup a custom subdomain if you're using Netlify DNS with Google Domains

Search for a command to run...
How to setup a custom subdomain if you're using Netlify DNS with Google Domains

No comments yet. Be the first to comment.
Two ways to make pop-up images in a Google Sheet

Since last we spoke I’ve been recording several new long and short form videos. Check out the YouTube Channel if you haven’t. I’ve also wrapped up training for a marathon I’ll be racing on March 3rd… 🤞🤞 Now to the sheets… Do you ever feel lost in E...

Originally published for freeCodeCamp In this article I will show you how to allow for multiple items to be selected using the drop-down data validation feature in Google Sheets. Here's the Google Sheet we'll use for the example. You can make a copy...

Originally published for freeCodeCamp Without clean data, your spreadsheet is knocking on death's door. In this tutorial, I will show you two fast ways to clean up the data in your Excel or Google Sheets spreadsheet. When dealing with data sets, esp...

Originally published for freeCodeCamp In this article I will show you how to format cells in Microsoft Excel. We'll be looking particularly at the Accounting format for cells with numbers. At the end of the article I'll give you two bonuses: a short...

If you're like me, you overcomplicate things.
I made a custom Hugo theme for my personal portfolio and blog site last year. Here's the Github. Here's the main site.
I registered the domain with Google. But I deployed the site with Netlify. Because I wanted to be awesome, learn many things, and take a circuitous route to the finished product.
This year, I realized that it may actually be a solid idea to be publishing articles on a proper platform like Hashnode.
Thankfully, I can do both!
Part of the appeal of Hashnode is the mapping of the blog to a custom domain. But when I went into Google Domains, I realized I'd set things up to use the DNS servers at Netlify.

Fear not!
Heading over to Netlify, all that is needed is to setup a new record under the DNS settings here. The record type is CNAME, the name is whatever you want...in my case, I wanted it to be blog. And the value is hashnode.network. I left the TTL part blank (it's optional).

And, that's it. It can take up to 24hrs to propagate, but mine worked at blog.eamonncottrell.com almost immediately.

Now I've got a couple choices that I'm not fully committed on yet. I could hop back into the code to my portfolio site and redirect the blog posts to Hashnode. Or I could have them living in both places. Redundancy here seems dumb, but I do still kind of like that I've got a custom built template over on my domain.
What do you think I should do?
Let me know!
Reach out over on Twitter and/or LinkedIn and tell me what you think.
Here's my portfolio site.