feat: rich html rss (closes )

This commit is contained in:
Jacky Zhao 2023-09-12 21:44:03 -07:00
parent 60a3c54339
commit e3b879741b
2 changed files with 11 additions and 3 deletions
docs/features

View file

@ -3,3 +3,5 @@ Quartz creates an RSS feed for all the content on your site by generating an `in
## Configuration
- Remove RSS feed: set the `enableRSS` field of `Plugin.ContentIndex` in `quartz.config.ts` to be `false`.
- Change number of entries: set the `rssLimit` field of `Plugin.ContentIndex` to be the desired value. It defaults to latest 10 items.
- Use rich HTML output in RSS: set `rssFullHtml` field of `Plugin.ContentIndex` to be `true`.