From 0d2b96704cb099c1b64d83dc10836fb45290c669 Mon Sep 17 00:00:00 2001 From: Paul-Nicolas Madelaine Date: Mon, 18 Sep 2023 14:21:50 +0200 Subject: [PATCH] disable atom feed --- publishconf.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/publishconf.py b/publishconf.py index f5119df..2bec993 100644 --- a/publishconf.py +++ b/publishconf.py @@ -10,12 +10,9 @@ from pelicanconf import * SITEURL = 'https://www.pnm.tf' RELATIVE_URLS = False -FEED_ALL_ATOM = 'feeds/all.atom.xml' -CATEGORY_FEED_ATOM = 'feeds/{slug}.atom.xml' - DELETE_OUTPUT_DIRECTORY = True # Following items are often useful when publishing #DISQUS_SITENAME = "" -#GOOGLE_ANALYTICS = "" \ No newline at end of file +#GOOGLE_ANALYTICS = ""