Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ikasoba/dejamu
Static Site Generator for Deno
https://github.com/ikasoba/dejamu
deno preact ssg typescript
Last synced: about 2 months ago
JSON representation
Static Site Generator for Deno
- Host: GitHub
- URL: https://github.com/ikasoba/dejamu
- Owner: ikasoba
- Created: 2023-09-11T07:49:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-01T02:27:15.000Z (4 months ago)
- Last Synced: 2024-10-24T06:06:45.867Z (2 months ago)
- Topics: deno, preact, ssg, typescript
- Language: TypeScript
- Homepage: https://ikasoba.github.io/dejamu/
- Size: 146 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: readme.md
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
```