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

x/lume/plugins/feed.ts>FeedItemOptions

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

Properties

optional
title: string

The item title

optional
description: string

The item description

optional
published: string

The item published date

optional
updated: string

The item updated date

optional
content: string

The item content

optional
lang: string

The item language