HACKER Q&A
📣 breck

Are you using GitHub pages for hosting static sites?


If so, how many sites are you hosting with it?


  👤 hiAndrewQuinn Accepted Answer ✓
I do! Both

https://hiandrewquinn.github.io/til-site/

and

https://hiandrewquinn.github.io/selkouutiset-archive/

are hosted using it. I think it's a great least-effort option for static websites, especially if you want to push the actual final result of the SSG and not just the files it generates.


👤 sandreas
I did it once before I moved to another hosting provider. My approach was to use a static site generator (hugo[1]) in combination with github actions. Adding content, using git tag and your github action does the rest. Was pretty neat.

1: https://gohugo.io/


👤 remram
Sounds like you might have wanted a poll: https://news.ycombinator.com/newpoll

👤 WCSTombs
Yes, my personal website is currently hosted on GitHub pages. One site.

👤 srbhr
Yes, I'm hosting my (first) personal website with it.

👤 billconan
2 sites, my blog and a online book I wrote