Skip to main content
Module

x/lume/plugins/feed.ts>FeedInfoOptions

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

Properties

optional
title: string

The feed title

optional
subtitle: string

The feed subtitle

optional
published: Date

The feed published date

optional
description: string

The feed description

optional
lang: string

The feed language

optional
generator: string | boolean

The feed generator. Set true to generate automatically