631 B
631 B
Quartz creates an RSS feed for all the content on your site by generating an index.xml
file that RSS readers can subscribe to. Because of the RSS spec, this requires the baseUrl
property in your configuration to be set properly for RSS readers to pick it up properly.
Configuration
- Remove RSS feed: set the
enableRSS
field ofPlugin.ContentIndex
inquartz.config.ts
to befalse
. - Change number of entries: set the
rssLimit
field ofPlugin.ContentIndex
to be the desired value. It defaults to latest 10 items. - Use rich HTML output in RSS: set
rssFullHtml
field ofPlugin.ContentIndex
to betrue
.