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

x/lume/plugins/fff.ts>Options

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

Properties

extensions: string[]

The list extensions this plugin applies to

The list of presets to apply

strict: false | StrictPresetOptions
optional
date: "created" | "updated" | "published"

To convert the generic date field to one of these values

optional
getGitDate: boolean

Get the date from the git history

optional
postTypeDiscovery: boolean