Module

x/lume/plugins/fff.ts>Options

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