mirror of
https://github.com/alrayyes/wiki.git
synced 2025-05-03 23:32:23 +00:00
feat: rich html rss (closes #460)
This commit is contained in:
parent
60a3c54339
commit
e3b879741b
2 changed files with 11 additions and 3 deletions
docs/features
|
@ -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`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue