Live data from Hacker News

Ask HN: For a Personal Blog in 2020, Medium, GitHub Pages or Dev.to?

news.ycombinator.com

11–19 of 19 posts

Re: Ask HN: For a Personal Blog in 2020, Medium, GitHub Pages or Dev.to?

#11

Hugo, jekyll or any static gen? You could host them using zeit, render or netlify

I hugo on S3. With CloudFront it has never cost me more than $1.73.

I use Hugo with Netlify but feel guilty if I put in too many photos or other large files. I will probably move to S3/CloudFront or something similar soon.

Re: Ask HN: For a Personal Blog in 2020, Medium, GitHub Pages or Dev.to?

#16
If you don't go with a static site generator (like Hugo), make sure you stay on top of security updates.

Even if you go with a static generator, don't forget to harden your droplet and set up automatic system security updates.

When picking a theme, check for maintenance. I've found most to be abandoned, and that can hurt when your website building software updates to a new major version.

Post reply on HN