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

[petri-site] branch master updated: Generate ATOM Feed

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d9823d8  Generate ATOM Feed
d9823d8 is described below

commit d9823d8a0ec8bfd8809ba47d0b3fd0818b07cb1a
Author: Dave Fisher <da...@comcast.net>
AuthorDate: Thu Mar 18 12:20:09 2021 -0700

    Generate ATOM Feed
---
 pelicanconf.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/pelicanconf.py b/pelicanconf.py
index faae238..4e13b7a 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -59,8 +59,9 @@ CATEGORIES_SAVE_AS = ''
 INDEX_SAVE_AS = ''
 TAGS_SAVE_AS = ''
 
-# Disable feeds
-FEED_ALL_ATOM = None
+# Enable ATOM feed and Disable other feeds
+FEED_DOMAIN = SITEURL
+FEED_ALL_ATOM = 'feeds/all.atom.xml'
 CATEGORY_FEED_ATOM = None
 TRANSLATION_FEED_ATOM = None
 AUTHOR_FEED_ATOM = None