https://github.com/ikasoba/dejamu
Static Site Generator for Deno
https://github.com/ikasoba/dejamu
deno preact ssg typescript
Last synced: about 1 year ago
JSON representation
Static Site Generator for Deno
- Host: GitHub
- URL: https://github.com/ikasoba/dejamu
- Owner: ikasoba
- License: mit
- Created: 2023-09-11T07:49:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-29T08:00:16.000Z (about 1 year ago)
- Last Synced: 2025-04-29T08:37:47.411Z (about 1 year ago)
- Topics: deno, preact, ssg, typescript
- Language: TypeScript
- Homepage: https://ikasoba.github.io/dejamu/
- Size: 200 KB
- Stars: 13
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
Dejamu 🛌
Small Static Site Generator for Deno.
# Initialize the site
```sh
deno run -rA https://raw.githubusercontent.com/ikasoba/dejamu/main/scripts/init.ts
```
# Build the site
```sh
deno task build
```
# Start the local server
```sh
deno task serve
```