| Netlify CTO here (so I'm very biased). These are some things that you can do with our Pages tier FREE, that you cannot do with GH Pages: - We don't restrict people to only one static site generator, like Jekyll. You have use whatever with our Continuous Deployment. - Automatic rollbacks at the CDN level. If you push a broken site, you don't need to stress about fixing the issue, pushing again, and waiting until the changes are published again. We have a big button that says "Rollback". Clicking that, our CDN automatically purges your site and promotes the good version you want. After that, you can spend as much time as you want writing a proper fix. - Deploy Previews for Pull Requests hosted live. We build each pull request and put it in a subdomain so you can collaborate building sites much easily. Blog post announcement: https://www.netlify.com/blog/2016/07/20/introducing-deploy-p... - Automatic provisioning and renewals of Let's Encrypt certificates for custom domains. If you have a custom domain, we do that for you, you don't have to worry about anything. - Free custom domains, you have to have a paid subscription with GitHub if you want to use your own domain. As I said again, those things are FREE with our initial plan, $0. Happy to answer more questions if you have more. |
https://help.github.com/articles/using-a-custom-domain-with-...