Skip to main content
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.1.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

optional
plugins: Plugin[]

Plugins to use by vento

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

The options for the Vento engine