From 4e74ba74d9e68f19f26c11c8ec1644f910fe87c1 Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 13 Mar 2022 19:58:22 +0100 Subject: [PATCH] =?UTF-8?q?=E2=88=92publish?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- publishconf.py | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 publishconf.py diff --git a/publishconf.py b/publishconf.py deleted file mode 100644 index 5a6bd04..0000000 --- a/publishconf.py +++ /dev/null @@ -1,15 +0,0 @@ -import os -import sys -sys.path.append(os.curdir) -from pelicanconf import * - -SITEURL = 'https://blog.rwx.work' -RELATIVE_URLS = True - -FEED_ALL_ATOM = 'feeds/all.atom.xml' -CATEGORY_FEED_ATOM = 'feeds/{slug}.atom.xml' - -DELETE_OUTPUT_DIRECTORY = True - -# DISQUS_SITENAME = "" -# GOOGLE_ANALYTICS = ""