Create a blog with Innos Note and Cloudflare Workers.
Live demo: https://innos-blog.robinwongm.workers.dev
- Set up wrangler CLI:
npm install -g @cloudflare/wrangler && wrangler login
- Clone the repository:
git clone https://github.com/robinWongM/innos-blog.git
- Modify variables in
src/config.ts
to suit your needs. - Deploy it!
wrangler publish
- Access your blog at
https://innos-blog.<YOUR_CLOUDFLARE_WORKERS_SUBDOMAIN>.workers.dev
. Don't forget to enablePublish space
for your Innos space.
You can also bind a custom domain for your Innos Blog by using Custom routes.
See src/config.ts
for example variables.