🌍 Static site generator for docs sites written in Deno
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.
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:
--allow-read
--allow-write
--allow-net
Run tests:
deno test --allow-read
MIT © Denorg