Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/lume/core.ts>Archetype

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
interface Archetype
import { type Archetype } from "https://deno.land/x/lume@v1.15.3/core.ts";

Definition used to create a new Page

Properties

path: string
content: string | Record<string, unknown> | Uint8Array