1
0
Fork 0
forked from github/pelican

Update faq.rst

since author feeds are enabled per default http://docs.getpelican.com/en/latest/settings.html#id9 as well, these need to be added here as well.
This commit is contained in:
winlu 2014-09-22 16:36:34 +02:00
commit e4a2bb5b52

View file

@ -145,6 +145,8 @@ disable all feed generation, you only need to specify the following settings::
FEED_ALL_ATOM = None
CATEGORY_FEED_ATOM = None
TRANSLATION_FEED_ATOM = None
AUTHOR_FEED_ATOM = None
AUTHOR_FEED_RSS = None
The word ``None`` should not be surrounded by quotes. Please note that ``None``
and ``''`` are not the same thing.