Skip to main content
Module

x/bob/mod.ts>Page

A static site generator for the dynamic web - develop with TSX and build with Deno
Latest
type alias Page
Re-export
import { type Page } from "https://deno.land/x/bob@v2.8.1/mod.ts";

Something that should be rendered into an HTML page.

Type Parameters

optional
T = unknown
definition: { type: ContentType.Page; pathname: string; location: Location<ContentType.Page>; frontmatter: T & { layout?: string; draft?: boolean; }; title?: string; date?: Date; summary?: string; content: Html; }