Skip to content

Commit

Permalink
Add icon property to README
Browse files Browse the repository at this point in the history
  • Loading branch information
zbicin committed Dec 17, 2018
1 parent 9d42295 commit 2d76b69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -31,6 +31,7 @@ feed:
content_limit: 140
content_limit_delim: ' '
order_by: -date
icon: icon.png
```

- **type** - Feed type. (atom/rss2)
Expand All @@ -41,3 +42,4 @@ feed:
- **content_limit** - (optional) Default length of post content used in summary. Only used, if **content** setting is false and no custom post description present.
- **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.
- **order_by** - Feed order-by. (Default: -date)
- **icon** - (optional) Custom feed icon. Defaults to a gravatar of email specified in the main config.

0 comments on commit 2d76b69

Please sign in to comment.