Hacker News new | ask | show | jobs
by K0nserv 870 days ago
My blog works like many of those described in others comments, it's:

- Jekyll(any static site generator would do, I'd probably pick Zola or Hugo if I was starting from scratch. See list[0])

- GitHub to host source code

- GitHub actions to push resulting assets to S3(Would try R2 over S3 if starting from scratch I think)

- Cloudflare for TLS, edge caching(including HTML[1] which is nice)

The source for my blog is: https://github.com/k0nserv/hugotunius.se. I also made a starter template[2] at some point, but it's quite out of date now.

0: https://github.com/myles/awesome-static-generators

1: https://hugotunius.se/2020/01/01/edge-cached-static-sites-on...

2: https://github.com/k0nserv/one-cent-blog