Skip to main content
Module

x/lume/plugins/fff.ts>Options

🔥 Static site generator for Deno 🦕
Extremely Popular
Go to Latest
interface Options
import { type Options } from "https://deno.land/x/lume@v2.2.4/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