You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* added option for max length of feed content (previously fixed to 140); defaults to 140;
* bumped version to 1.2.1
* fixed config option reference;
* playing around with only cutting post content at delim for feed summary
* playing around with only cutting post content at delim for feed summary
* implemented content delimiter also for rss2; updated README and included new content_limit_delim option; bumped package version to 1.2.2;
- **limit** - Maximum number of posts in the feed (Use `0` or `false` to show all posts)
36
38
- **hub** - URL of the PubSubHubbub hubs (Leave it empty if you don't use it)
37
39
- **content** - (optional) set to 'true' to include the contents of the entire post in the feed.
40
+
- **content_limit** - (optional) Default length of post content used in summary. Only used, if **content** setting is false and no custom post description present.
41
+
- **content_limit_delim** - (optional) If **content_limit** is used to shorten post contents, only cut at the last occurrence of this delimiter before reaching the character limit. Not used by default.
0 commit comments