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
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@ feed:
34
34
content_limit_delim: ''
35
35
order_by: -date
36
36
icon: icon.png
37
+
autodiscovery: true
37
38
```
38
39
39
40
- **type** - Feed type. (atom/rss2)
@@ -45,3 +46,5 @@ feed:
45
46
- **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.
46
47
- **order_by** - Feed order-by. (Default: -date)
47
48
- **icon** - (optional) Custom feed icon. Defaults to a gravatar of email specified in the main config.
0 commit comments