Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 681 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 681 Bytes

Blog 📖

  • Giving up CommonJS API, instead using ESM API provided by Deno.
  • Completely compatible API provided by Browser.
  • Fast⚡️(Using CompressionStream API - gzip in the dev), Safe🔐, Simple🆓(Only a JavaScript bundle).

Cross Platform

It's fully responsive on the mobile, tablet and laptop.

See: https://www.fwqaq.us

Create a new post

  • Create a new posts:

    deno task new -t <title>
  • Start a dev server:

    deno task dev
  • Build the project:

    deno task build
  • Preview the project:

    deno task preview