My impression: Free hosting: https://pages.github.com/ – currently using for a couple of sites and it works very Paid hosting: https://divshot.com/ – thinking of using for some sites – mainly because I can get https on a custom domain there, which I can't at GitHub Pages
Ask HN: Best host for a one-page website?
41–48 of 48 posts
Re: Ask HN: Best host for a one-page website?
#42Re: Ask HN: Best host for a one-page website?
#43Re: Ask HN: Best host for a one-page website?
#44Github pages is a great way to go, you basically push to a branch called "gh-pages" and a file in the root called CNAME with the domain and you're done. https://pages.github.com/
Re: Ask HN: Best host for a one-page website?
#45I haven't used this service in a VERY long time, but you can give NearlyFreeSpeech.NET a shot. They offer free hosting. https://www.nearlyfreespeech.net
Re: Ask HN: Best host for a one-page website?
#46Earlier quoted context omitted.
Seconded. Love NFS - happily coped with HN spikes as well, and cheap as chips, especially for static content.
I tried it a few years ago, and I had to use a specialized ftp program to upload files. Do they have anything web-based now, like Cpanel?
I've never seen the need of a "specialized" program.
Re: Ask HN: Best host for a one-page website?
#47Checkout http://surge.sh . Free, production grade CDN, easy-peasy CLI integration, one command deploys.
Looks very interesting. How come its free?