Essentials: static hosting, custom domains, html, css, js Nice to have: php, FTP, markdown support
Am I missing out on AWS, Github, Digital Ocean, Heroku?
What are the pros and cons?
1–10 of 229 posts
Essentials: static hosting, custom domains, html, css, js Nice to have: php, FTP, markdown support
Am I missing out on AWS, Github, Digital Ocean, Heroku?
What are the pros and cons?
I like that I can check my changes on my notebook before uploading to the cloud.
(I have no affiliation with Netlify I just think their service is neat.)
[2] https://gilly.tk
edit: formatting
PROS: It is free, always available, and the deploy is easy once you get the hang of git.
I added about 5 gbp two years ago and it's down to about 4 gbp. It's cheap as hell and I only have to dump 5 pounds on there every few years or so.
For static sites I used to use surge [0], but now I use Neltify [1] for my site [2], because it offers free SSL on your own domain, and continuous deployment from a GitHub or Gitlab repository. You can set your own build options, for example to build Jekyll. (I have no affiliation with Netlify I just think their service is neat.) [0] https://surge.sh/ [1] https://www.netlify.com/ [2] https://gilly.tk edit: formatting
Does netlify provide the actual hosting or they allow you to setup deployment to a VPS? Also if netlify does the hosting, how good is their uptime/availability?
Github Pages does pretty much everything you've listed. Also Github Pages explicity allows companies to setup and host their corporate websites on there. PROS: It is free, always available, and the deploy is easy once you get the hang of git.
Also, Github Pages and Gitlab Pages are great and free. You can't beat free if it's reliable and both of those two are reliable.