Live data from Hacker News

Ask HN: Where to host Static single page website and cheap?

news.ycombinator.com

1–8 of 8 posts

Re: Ask HN: Where to host Static single page website and cheap?

#6

if you are using a git repo, you might want to check out github pages - https://pages.github.com/ - free to host

I would definitely recommend this; especially if you're a developer looking to host a personal webpage for employers to look at. You can also create a page for each of your projects on GitHub!

Re: Ask HN: Where to host Static single page website and cheap?

#8
Azure Websites (free level) is also an option: http://azure.microsoft.com/en-us/pricing/details/web-sites/

The free level only allows "azurewebsites.net subdomain with FTP/S and SSL".

If you want a custom domain name in Azure Websites, then you need to pay for the "shared" level (at least) and in my opinion the price goes over what any standard hosting company would charge:

http://azure.microsoft.com/en-us/pricing/calculator/

1 site, 2GB bandwidth = $9.68/mo!!