Live data from Hacker News

Ask HN: Where do you host your personal blog these days?

news.ycombinator.com

21–30 of 72 posts

Re: Ask HN: Where do you host your personal blog these days?

#26
post #23

I'm using Jekyll + Firebase Hosting on my blog[0]. Currently looking into switching to Hugo[1] as it doesn't require Ruby and claims to generate pages much faster. [0]: https://citrusui.me/blog [1]: https://gohugo.io

I can attest, Hugo is very fast. You might want to look into https://www.netlifycms.org/ (works with Hugo among others), and https://github.com/netlify/victor-hugo if you want to use Gulp/Webpack in your workflow.

Re: Ask HN: Where do you host your personal blog these days?

#29
post #26
post #23

I'm using Jekyll + Firebase Hosting on my blog[0]. Currently looking into switching to Hugo[1] as it doesn't require Ruby and claims to generate pages much faster. [0]: https://citrusui.me/blog [1]: https://gohugo.io

I can attest, Hugo is very fast. You might want to look into https://www.netlifycms.org/ (works with Hugo among others), and https://github.com/netlify/victor-hugo if you want to use Gulp/Webpack in your workflow.

Thanks. Netlify's dashboard has improved a lot since I last used it (which was a month or two ago.)

Re: Ask HN: Where do you host your personal blog these days?

#30

Look at static blog generators (hugo, jekyll) + s3 + cloudfront. You don't pay unless you have traffic.

Static generators are what I'd recommend (my preferences are Hugo and Nikola) but instead of s3/cloudfront I use Netlify to deploy.

I've commented about Netlify before but they really are pretty great. The free tier is enough for a personal blog.

I've also used GitLab pages, but their integrated CI can be pretty slow (sometimes taking several hours to run) and I got frustrated with that, but they're a solid choice when not having those issues.

Post reply on HN