Pyro

Docs

The SSG documentation site framework you've been waiting for.

Rundown

Getting started

Understand Pyro in 5 minutes by trying it out!

First install Pyro

deno run -Ar https://deno.land/x/pyro/install.ts

Create the site

pyro gen my-site

Start the dev server

cd my-site && pyro dev

Open http://localhost:8000 and create your first site!

Features

Pyro was built from the ground up to maximize DX.