Webpage Hosting: Difference between revisions

From David's Wiki
 
Line 1: Line 1:


==Hosting Providers==
==Hosting Providers==
* [https://pages.github.com/ Github Pages] provides a free webpage for each repository to host static files or Jekyll-built pages.
* [https://pages.github.com/ Github Pages] provides a free webpage for each public repository to host static files or Jekyll-built pages.
* [https://pages.cloudflare.com/ Cloudflare Pages] provides free or paid webpages. You get 500 builds per month on the free plan. Functions are charged to Cloudflare Workers which also has a free tier.
* [https://pages.cloudflare.com/ Cloudflare Pages] provides free or paid webpages. You get 500 builds per month on the free plan. Functions are charged to Cloudflare Workers which also has a free tier.
* [https://www.netlify.com/pricing/ Netlify] also has a free tier.
* [https://www.netlify.com/pricing/ Netlify] also has a free tier.

Latest revision as of 15:02, 15 February 2023

Hosting Providers

  • Github Pages provides a free webpage for each public repository to host static files or Jekyll-built pages.
  • Cloudflare Pages provides free or paid webpages. You get 500 builds per month on the free plan. Functions are charged to Cloudflare Workers which also has a free tier.
  • Netlify also has a free tier.