I'm looking into a better way to host a blog, but it will be a while until I do.
Ask HN: Where do you host your personal blog these days?
21–30 of 72 posts
Re: Ask HN: Where do you host your personal blog these days?
#22my site: https://cmp.is repo: https://github.com/0xcmp/cmpis.github.io-hugo
Re: Ask HN: Where do you host your personal blog these days?
#23[1]: https://gohugo.io
Re: Ask HN: Where do you host your personal blog these days?
#24Re: Ask HN: Where do you host your personal blog these days?
#25Re: Ask HN: Where do you host your personal blog these days?
#26I'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
Re: Ask HN: Where do you host your personal blog these days?
#27Re: Ask HN: Where do you host your personal blog these days?
#28Re: Ask HN: Where do you host your personal blog these days?
#29I'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?
#30Look at static blog generators (hugo, jekyll) + s3 + cloudfront. You don't pay unless you have traffic.
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.