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:
parent
cbc609c8f0
commit
8819d02600
5 changed files with 51 additions and 18 deletions
|
|
@ -11,6 +11,7 @@ REVERSE_CATEGORY_ORDER = True
|
|||
LOCALE = ""
|
||||
DEFAULT_PAGINATION = 4
|
||||
|
||||
FEED_DOMAIN = SITEURL
|
||||
FEED_RSS = 'feeds/all.rss.xml'
|
||||
CATEGORY_FEED_RSS = 'feeds/%s.rss.xml'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue