Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/lume/plugins/vento.ts>Options

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
interface Options
import { type Options } from "https://deno.land/x/lume@v2.0.2/plugins/vento.ts";

Properties

optional
extensions: string[]

The list of extensions this plugin applies to

optional
pageSubExtension: string

Optional sub-extension for page files

optional
includes: string

Custom includes path

options: { dataVarname?: string; useWith?: boolean; autoescape?: boolean; }

The options for the Vento engine