cuibonobo / cuibonobo.com

A static site generator for cuibonobo.com
https://cuibonobo.com
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

Transition from Cloudflare Pages to Workers + B2 storage #58

Open cuibonobo opened 2 years ago

cuibonobo commented 2 years ago

Cloudflare Pages relies on GitHub infrastructure to determine when to build the site and as a primary source for the site data. I'd prefer if the site could build locally and then transfer only the files that have changed to the backing storage. To do this, I need to move my site files to Backblaze B2 and run a Cloudflare Workers site to serve the files.

Here's a tutorial to start from: https://roote.ca/about/tutorials/static-site/

cuibonobo commented 2 years ago

Another source for how to do this transition: https://gist.github.com/charlesroper/f2da6152d6789fa6f25e9d194a42b889