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/flex-site.git
The following commit(s) were added to refs/heads/main by this push:
new 98b6f5b No ATOM feeds
98b6f5b is described below
commit 98b6f5b305300f0e261fc139a89c125bb866c3be
Author: Dave Fisher <[email protected]>
AuthorDate: Mon Jun 14 11:34:25 2021 -0700
No ATOM feeds
---
pelicanconf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pelicanconf.py b/pelicanconf.py
index af6be92..284bdc2 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -80,7 +80,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