Interface: RssConfig
Defined in: src/types/index.ts:626
Configuration for generating an RSS feed.
Properties
customData?
optionalcustomData?:string
Defined in: src/types/index.ts:640
Custom XML to inject into the <channel> element.
description
description:
string
Defined in: src/types/index.ts:630
Description of the feed.
items
items:
RssItem[]
Defined in: src/types/index.ts:634
Feed items.
language?
optionallanguage?:string
Defined in: src/types/index.ts:638
Language code (default: "en").
lastBuildDate?
optionallastBuildDate?:boolean
Defined in: src/types/index.ts:644
Whether to include the <lastBuildDate> (default: true).
site
site:
string
Defined in: src/types/index.ts:632
Base URL of the site (e.g. "https://example.com").
title
title:
string
Defined in: src/types/index.ts:628
Title of the feed (e.g. "My Blog").
trailingSlash?
optionaltrailingSlash?:boolean
Defined in: src/types/index.ts:646
Trailing slash behavior for item links (default: true).
xmlPath?
optionalxmlPath?:string
Defined in: src/types/index.ts:636
Output path (default: "/rss.xml").
xslUrl?
optionalxslUrl?:string
Defined in: src/types/index.ts:642
XSL stylesheet URL for browser rendering (optional).