Webpage Hosting: Difference between revisions

From David's Wiki
(Created page with " ==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.cloudflare.com/ Cloudflare Pages] provides free or paid webpages. You get 500 builds per month on the free plan. * [https://www.netlify.com/pricing/ Netlify] also has a free tier.")
 
Line 2: Line 2:
==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 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.
* [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.

Revision as of 14:58, 15 February 2023

Hosting Providers

  • Github Pages provides a free webpage for each 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.