1
0
Fork 0
forked from github/pelican

Allow for serving feeds from a separate domain.

This (indirectly) enables support for FeedBurner. Added docs for
FeedBurner configuration. Clarify how defining the SITEURL attribute
affects URL structure. Closes #177.
This commit is contained in:
Justin Mayer 2012-03-16 20:27:26 -07:00
commit 8819d02600
5 changed files with 51 additions and 18 deletions

View file

@ -18,6 +18,7 @@ _DEFAULT_CONFIG = {'PATH': None,
'STATIC_PATHS': ['images', ],
'THEME_STATIC_PATHS': ['static', ],
'FEED': 'feeds/all.atom.xml',
'FEED_MAIN_URL': 'feeds/all.atom.xml',
'CATEGORY_FEED': 'feeds/%s.atom.xml',
'TRANSLATION_FEED': 'feeds/all-%s.atom.xml',
'FEED_MAX_ITEMS': '',