DEV Community

Serving a static blog from a subdirectory with Cloudflare Workers

Henry Poydar on October 12, 2018

When we first published our blog a couple of years back, we decided to use Jekyll. It's simple, Ruby-based, established, and it does this one job r...
Collapse
 
ben profile image
Ben Halpern

Cloudflare workers are a really powerful concept. I highly recommend folks look more into them.

We do similar things via Fastly, but I think Cloudrflare really did a great job by piggybacking off of the serviceworker API to offer this.

Collapse
 
henrypoydar profile image
Henry Poydar

Cloudflare in general is a bootstrappers dream. I'm a big fan. Tons of stuff that would normally eat up devops time is right there out of the box: crypto, CDN, DNS, page rules, DoS protection, throttling (so much better than hacking into rack), white/blacklisting ips, service workers, etc.

Collapse
 
jgb profile image
Jean Gérard Bousiquot

Awesome!