Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/ 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

🌍 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

About

🌍 Static site generator for docs sites written in Deno

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /