Skip to content
/ site Public
generated from denorg/starter

🌍 Static site generator for docs sites written in Deno

License

Notifications You must be signed in to change notification settings

denorg/site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌍 Deno Site

The first JAMStack static site generator written in Deno, for building fast, beautiful, and accessible documentation sites.

⚠️ WARNING: This project is currently in alpha-stage development. Expect breaking changes.

Test CI

deno run --allow-read --allow-write --allow-net https://raw.githubusercontent.com/denorg/site/master/cli.ts <arguments>

Alternatively, you can use the API:

import { build } from "https://raw.githubusercontent.com/denorg/site/master/mod.ts";

const siteResult = await build();

You can also install it globally using the following:

deno install --allow-read --allow-write --allow-net -n site https://raw.githubusercontent.com/denorg/site/master/cli.ts

Then, the package is available to run:

site <arguments>

Required permissions:

  1. --allow-read
  2. --allow-write
  3. --allow-net

πŸ‘©β€πŸ’» Development

Run tests:

deno test --allow-read

⭐ Related

πŸ“„ License

MIT Β© Denorg

Releases

No releases published

Packages

No packages published