Live data from Hacker News

Which service do you use to host static website?

news.ycombinator.com

11–20 of 48 posts

Re: Which service do you use to host static website?

#13
GitLab pages but for no particular reason... I use Hugo and want HTTPS on a custom domain so that seemed to be an easy way to do it. Only problem is that GitLab does not redirect to the HTTPS version automatically.

I might try Netlify some day if it's as easy as GitLab + has custom HTTPS domains for free.

Re: Which service do you use to host static website?

#15
post #7

S3 and Cloudfront, with recurring Lambda to update Let’s Encrypt TLS certs.

FYI ACM certificates are free [0], and will be automatically rotated. I use Hugo + S3 + CloudFront + ACM cert for SSL.

[0] https://aws.amazon.com/certificate-manager/faqs/#billing

Re: Which service do you use to host static website?

#20
I’d like to add to the question a further question: which one would be best in the situation where I want to regenerate the static page programmatically? So basically something running on a server somewhere will run periodically (probably on a trigger) and deploy a new copy of the static page to the proposed host. So the question is which host has the best platform for that kind of rapid deployment? Hoping not to use FTP for example.
Post reply on HN