Ask HN: Where do you host your personal blog these days?
51–60 of 72 posts
Re: Ask HN: Where do you host your personal blog these days?
#52Hugo + Github is killer. So is Jekyll on Github, I just prefer Hugo because it's easier to setup locally and also allows greater theme control. my site: https://cmp.is repo: https://github.com/0xcmp/cmpis.github.io-hugo
It's my understanding you can't deploy HTTPS on a github hosted Jeckyll site that's using - has that changed? (To clarify: https:github.com/shitpostingblog, but https://shitbpostingblog.xyz is not)
Re: Ask HN: Where do you host your personal blog these days?
#53This is a solved problem. Use WordPress. It's insanely customizable, has a huge ecosystem and now runs 27% of the sites on the web.
> This is a solved problem. Use Flash. It's insanely customizable, has a huge ecosystem and now runs x% of the sites on the web.
This is argumentum ad populum. Lots of people used Java applets or Flash just a few short years ago, and I think we can all agree that the current HTML5/CSS3/JS ecosystem is much better.
Re: Ask HN: Where do you host your personal blog these days?
#54GitHub pages, and I use nginx to add SSL and proxy to it through one of my servers.
edit: You may even want to think about using something like netlify. The free tier is easily generous for all but the most popular personal blogs and if you outgrow it you probably will be able to make enough revenue to pay for better hosting anyways.
Re: Ask HN: Where do you host your personal blog these days?
#55Re: Ask HN: Where do you host your personal blog these days?
#56GitHub pages, and I use nginx to add SSL and proxy to it through one of my servers.
This is a nice solution but if you have any readers that don't live near you, you may want to think about using Cloudflare for SSL termination. SSL can add unacceptably high latency to connection costs for people who are not in close proximity to your host. A typical HTTPS handshake using TLS requires 4 round trips assuming no packet loss. The Cloudflare CDN does a great job of making sure this penalty is reduced as…
Re: Ask HN: Where do you host your personal blog these days?
#57Hugo + Github is killer. So is Jekyll on Github, I just prefer Hugo because it's easier to setup locally and also allows greater theme control. my 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?
#58Re: Ask HN: Where do you host your personal blog these days?
#59Hugo + Github is killer. So is Jekyll on Github, I just prefer Hugo because it's easier to setup locally and also allows greater theme control. my site: https://cmp.is repo: https://github.com/0xcmp/cmpis.github.io-hugo
It's my understanding you can't deploy HTTPS on a github hosted Jeckyll site that's using - has that changed? (To clarify: https:github.com/shitpostingblog, but https://shitbpostingblog.xyz is not)
Re: Ask HN: Where do you host your personal blog these days?
#60This is a solved problem. Use WordPress. It's insanely customizable, has a huge ecosystem and now runs 27% of the sites on the web.
> How do people implement live dashboards on the web these days? > This is a solved problem. Use Flash. It's insanely customizable, has a huge ecosystem and now runs x% of the sites on the web. This is argumentum ad populum. Lots of people used Java applets or Flash just a few short years ago, and I think we can all agree that the current HTML5/CSS3/JS ecosystem is much better.
And unlike flash vs HTML5, your choice of blogging back-end does nothing to extend your reach. Flash sites weren't usable for iPhone users but WP absolutely is. Not only that, but there are thousands of free themes and plugins to optimize the experience.
The rational way to pick a platform is to evaluate them based on the advantages they offer you now. For most sites now that's not going to be flash. For most blogs it's going to be WP with the occasional feeder post to Medium/LinkedIn/Facebook.