Skip to content

Commit 7d891e5

Browse files
committed
add the relevant docs
1 parent b1e1afe commit 7d891e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ Default: `true`.
173173
Used, in combination with `abstract_delimiter`, to determine each [item description element](https://www.w3schools.com/xml/rss_tag_title_link_description_item.asp):
174174

175175
- If this value is set to `-1`, then the articles' full HTML content will be filled into the description element.
176+
- If the `rss.feed_description` per-page is set, that will override the site description and the plugin description.
176177
- Otherwise, the plugin first tries to retrieve the value of the keyword `description` from the [page metadata].
177178
- If that fails and `abstract_delimiter` is found in the page, the article content up to (but not including) the delimiter is used.
178179
- If the above has failed, then the plugin retrieves the first number of characters of the page content defined by this setting. Retrieved content is the raw markdown converted roughly into HTML.

0 commit comments

Comments
 (0)