Hacker News new | ask | show | jobs
by seanwilson 3539 days ago
Netlify seems like an easy choice as it does everything you ask for and is $9 a month if the free version isn't enough. It couldn't really be much easier to deploy with it (push via Git or drag and drop in the browser).

For what it's worth, you can do redirects on GitHub Pages with HTML redirects: https://help.github.com/articles/redirects-on-github-pages/

I'm with you on avoiding AWS for static sites as there are much easier options like the above.