1
0
Fork 0
forked from github/pelican

Merge pull request #2051 from Totktonada/feature/rss_full_content_opt

Add option to include full content into RSS feeds
This commit is contained in:
Justin Mayer 2016-12-03 12:48:58 -08:00 committed by GitHub
commit f17f3068e3
3 changed files with 13 additions and 1 deletions

View file

@ -49,6 +49,7 @@ DEFAULT_CONFIG = {
'AUTHOR_FEED_RSS': posix_join('feeds', '%s.rss.xml'),
'TRANSLATION_FEED_ATOM': posix_join('feeds', 'all-%s.atom.xml'),
'FEED_MAX_ITEMS': '',
'RSS_FEED_SUMMARY_ONLY': True,
'SITEURL': '',
'SITENAME': 'A Pelican Blog',
'DISPLAY_PAGES_ON_MENU': True,