|
|
|
|
|
by thamer
2220 days ago
|
|
I use Hugo (https://gohugo.io/) to generate static pages and host them on Amazon S3, with CloudFront on top of it for fast delivery. AWS also provides a free SSL certificate, and DNS with Route53. I couldn't be happier with the setup: it's cheap, fast, requires zero maintenance and pretty much never goes down. Cost is close to nil: the most expensive part is for Route53 at $0.50 per Hosted Zone, and then S3+CloudFront add a few cents more. If folks want to see how fast static pages can be on a CDN, the site is at https://re.kv.io P.S. I didn't have to install Docker or MySQL. |
|