Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 327 Bytes

readme.md

File metadata and controls

24 lines (20 loc) · 327 Bytes

Dejamu 🛌

Small Static Site Generator for Deno.

Initialize the site

deno run -rA https://raw.githubusercontent.com/ikasoba/dejamu/main/scripts/init.ts

Build the site

deno task build

Start the local server

deno task serve