You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by wa...@apache.org on 2021/06/14 18:40:06 UTC

[river-site] branch main updated: No ATOM feeds

This is an automated email from the ASF dual-hosted git repository.

wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/river-site.git


The following commit(s) were added to refs/heads/main by this push:
     new fd6b105  No ATOM feeds
fd6b105 is described below

commit fd6b1052cda75949f0fed1c3d713a614ffafa285
Author: Dave Fisher <da...@davefisher.tech>
AuthorDate: Mon Jun 14 11:35:29 2021 -0700

    No ATOM feeds
---
 pelicanconf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pelicanconf.py b/pelicanconf.py
index a4e12e1..a6b7c08 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -77,7 +77,7 @@ PAGE_TRANSLATION_ID = None
 
 # Enable ATOM feed and Disable other feeds
 FEED_DOMAIN = SITEURL
-FEED_ALL_ATOM = 'feeds/all.atom.xml'
+FEED_ALL_ATOM = None
 CATEGORY_FEED_ATOM = None
 TRANSLATION_FEED_ATOM = None
 AUTHOR_FEED_ATOM = None