Skip to main content
Module

x/lume/core/file.ts>Page.create

🔥 Static site generator for Deno 🦕
Extremely Popular
Go to Latest
method Page.create
import { Page } from "https://deno.land/x/lume@v2.2.4/core/file.ts";

Convenient way to create a page dynamically

Parameters

data: Partial<Data> & { url: string; }