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/gora-site.git
The following commit(s) were added to refs/heads/main by this push:
new 427e600 No ATOM feeds
427e600 is described below
commit 427e6006439285fe3cfcb90be5ce9c95f6b1251b
Author: Dave Fisher <[email protected]>
AuthorDate: Mon Jun 14 11:37:43 2021 -0700
No ATOM feeds
---
pelicanconf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pelicanconf.py b/pelicanconf.py
index df81e7b..a7b9fc4 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