[Description]
Cloudflare Pages is platform that streamlines and simplifies the deployment of websites, by taking care of building, deploying and scaling on Cloudflare’s global network.
[Good to know vocabulary]
Pages (Serverless) Functions: Code to enable dynamic functionality
[Links]
Homepage: https://pages.cloudflare.com/
Log in to the Cloudflare dashboard. In Account Home, select Workers & Pages > Create application > Pages > Connect to Git.

Select the GitHub repository, and in the Set up builds and deployments section, provide the information and path to the jekyll directory.
| Section | Parameter |
|---|---|
| Framework preset | Jekyll |
| Build Command | bundle install && jekyll build |
| Build output directory | _site |
| Path (if site not in Git root folder) | my_blog |
Once all filled in, click on Build and Deploy Application.
/image-20230824002627803.png)
Website is ready and deployed to your_project_name-2fy.pages.dev.
/image-20230824002735377.png)
PROS - Safe, Fast, Reliable
CONS - Static pages
< !– exclude –>
excluded
Search and dark/light mode toggle are not working