This blog
If you are wondering how I made this simple, yet elegant looking blog. It’s quite simple. I used hugo and a theme called Archie.
You can find the code on my git repo.
All I had to do was:
- Link my git to Netlify.
- Select my repo for deployment from a nice dropdown menu.
- Buy a
.dev
domain from Google Domains - Add a custom domain for my app on Netlify.
- After adding a custom domain, Netlify provides you with DNS info.
- Add the Netlify provided DNS info in the DNS section of Google Domains panel. (That’ll override the default DNS)
- Netlify provides you with an SSL certificate by Let’s Encrypt, which I find amazing.
- All caught up!
Hugo’s documentation is very well written and maintained. There are a couple of themes to choose from. The best part is, there is no vendor lock-in, I can literally move anytime from netlify to any other host with minimal effort.
The whole idea behind this blog was to provide some nifty tips I come across in my day to day life that might help my peers. I am not doing this for views, my target audience is just the people who might find my work interesting. If you are reading this, you are indeed special to me.