mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Support RSS2 feeds
This commit is contained in:
parent
7d11af5630
commit
a8ac5c6268
3 changed files with 19 additions and 3 deletions
|
|
@ -109,8 +109,10 @@ Setting name what it does ?
|
|||
`STATIC_PATHS` The static paths you want to copy under "static"
|
||||
`FEED` relative url to output the feed. Default is
|
||||
`feeds/all.atom.xml`
|
||||
`FEED_RSS` relative url to output the rss feed. Default is None (no rss)
|
||||
`CATEGORY_FEED` Where to put the categories feeds. default is
|
||||
`feeds/%s.atom.xml`
|
||||
`CATEGORY_FEED_RSS` Where to put the categories rss feeds. default is None (no rss)
|
||||
`CSS_FILE` To specify the CSS file you want to load, if it's not
|
||||
the default one ('main.css')
|
||||
======================= =======================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue