robinWongM / innos-blog

Create a blog with Innos Note and Cloudflare Workers.

Home Page:https://innos-blog.robinwongm.workers.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Innos Blog

Create a blog with Innos Note and Cloudflare Workers.

Live demo: https://innos-blog.robinwongm.workers.dev

Getting started

  1. Set up wrangler CLI: npm install -g @cloudflare/wrangler && wrangler login
  2. Clone the repository: git clone https://github.com/robinWongM/innos-blog.git
  3. Modify variables in src/config.ts to suit your needs.
  4. Deploy it! wrangler publish
  5. Access your blog at https://innos-blog.<YOUR_CLOUDFLARE_WORKERS_SUBDOMAIN>.workers.dev. Don't forget to enable Publish space for your Innos space.

You can also bind a custom domain for your Innos Blog by using Custom routes.

Configuration

See src/config.ts for example variables.

About

Create a blog with Innos Note and Cloudflare Workers.

https://innos-blog.robinwongm.workers.dev

License:Apache License 2.0


Languages

Language:TypeScript 81.2%Language:Dockerfile 9.6%Language:JavaScript 8.5%Language:CSS 0.8%