debug
user: anonymous
{
"path": "/blog/on-demand-rendering-with-cloudfare-workers",
"attrs": {
"title": "On-demand rendering with Cloudflare Workers",
"date": "2024-11-18",
"layout": "BlogPostLayout"
},
"md": "# On-demand rendering with Cloudflare Workers\n![Architecture diagram showing render workers and route handler workers](/images/render-workers.webp)\n\n### Content owners (bloggers)\n- Register and configure their CMS and theme\n- Write content, upload images and videos\n- Preview, edit, approve, publish\n\n### Theme designers and developers\n- Create beautiful, accessible themes\n- Develop updates with new features\n- Deploy Workers (code) and static assets (CSS, JS, images)\n\n### Readers\n- Register and login\n- Consume content\n- Receive notifications\n- Send feedback, comments\n\n\n",
"html": "<h1>On-demand rendering with Cloudflare Workers</h1>\n<p><img src=\"/images/render-workers.webp\" alt=\"Architecture diagram showing render workers and route handler workers\"></p>\n<h3>Content owners (bloggers)</h3>\n<ul>\n<li>Register and configure their CMS and theme</li>\n<li>Write content, upload images and videos</li>\n<li>Preview, edit, approve, publish</li>\n</ul>\n<h3>Theme designers and developers</h3>\n<ul>\n<li>Create beautiful, accessible themes</li>\n<li>Develop updates with new features</li>\n<li>Deploy Workers (code) and static assets (CSS, JS, images)</li>\n</ul>\n<h3>Readers</h3>\n<ul>\n<li>Register and login</li>\n<li>Consume content</li>\n<li>Receive notifications</li>\n<li>Send feedback, comments</li>\n</ul>\n"
}