|
|
|
|
|
by burntcaramel
896 days ago
|
|
I couldn’t agree more. One step I’ve made towards this goal is to have my website content served directly from GitHub. The content is Markdown files that are fetched from the GitHub CDN and rendered to HTML on-the-fly using a Cloudflare Worker. I’ve extracted out the GitHub fetching into a small npm package:
https://github.com/cool-calm/collected-press/tree/main/packa... And here’s my home page using this approach. The code needs to be cleaned up and I’m still working out the best strategy for caching (Cloudflare KV has been disappointing), but I’m happy with this as a model.
https://github.com/RoyalIcing/RoyalIcing |
|