Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 755 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 755 Bytes

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.