Skip to main content
Module

x/lume/plugins/feed.ts>Options

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

Properties

optional
output: string | string[]

The output filenames

optional
query: string

The query to search the pages

optional
sort: string

The sort order

optional
limit: number

The maximum number of items

optional
info: FeedInfoOptions

The feed info

optional
items: FeedItemOptions

The feed items configuration