Hacker News new | ask | show | jobs
by garysahota93 2184 days ago
I love this article. Out of curiosity, how did you build this blog? Looking for a better way to do my own personal blog.

Thanks!

1 comments

Hey, Adam here (OP)!

Thanks!

I built the blog over a weekend using Gatsby. It's super neat! Gatsby is pretty flexible, I'm even able to make things like filters and queries, add tags. SEO is super easy, and their image processing is top notch. Highly recommend it.

I connected it to Netlify so that it auto-updates every time I make a git commit. If you're not familiar with the term Jamstack, you should explore it. There's so much cool stuff being done these days with static websites.

Thank you so much Adam! This is awesome!! I'm testing Hugo+Netlify right now, but I'll have to give this a try! Thank you so much!