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/bval-site.git
The following commit(s) were added to refs/heads/main by this push:
new 5244edf No ATOM feeds
5244edf is described below
commit 5244edf00d781dcba4d568bc847e56ad8581ea24
Author: Dave Fisher <[email protected]>
AuthorDate: Mon Jun 14 11:34:55 2021 -0700
No ATOM feeds
---
pelicanconf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pelicanconf.py b/pelicanconf.py
index ef1ab64..8d8668c 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