Hacker News new | ask | show | jobs
by jklein11 2214 days ago
Github pages is pretty much free. You can buy a domain name for ~$10 a year
2 comments

Not only that, but you don't have to know anything about Git to get it going. You can upload files directly to your repo using the web interface and do the minor editing of the config file (for say choosing a theme) in the browser. I don't know if anyone has written this up. It really is simple enough that absolutely anyone can do it.
Big up for GitHub pages! See the documentation here: https://pages.github.com/ You can also use `Jekyll`, a static site generator, directly with it, if you want fancier features: https://help.github.com/en/github/working-with-github-pages/...
Is Jekyll the only static site generator that works directly with Github pages?