Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I had honestly never heard of Netlify. I thought GitHub Pages was the standard, with S3 static hosting a second (more involved) option.

EDIT: Googling suggests Netlify offers a build, deploy, hosting pipeline all-in-one box. Which is substantially more than any of the projects mentioned here. These serve a single purpose - simple hosting of static websites.



Netlify can also be very simple to use. You can literally give them a folder of just HTML, CSS, and JS: https://app.netlify.com/drop


Also, github pages require a public repository (or a pro account), Netlify + github doesn’t


that's a bummer. I thought now that we have private free repos, websites could be hosted there. Still nice feature. I guess, the public nature definitely generates some trust and also is a good way of showing your work as Github works like a project showcase platform too.


You only have to put the static content in the public repo which is no different, visibility-wise, than it is going to be anyway. So who cares?

I keep my "uncompiled" site in a private repo that builds and automatically "deploys" by replacing the contents of the public repo and pushing that up. Source is private, final result is public.


GitHub will build for you if you use Jekyll.


And gitlab will build for you if you tell it how to.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: