From 65e4d7377b33a1e35dd6d88de5b5331c45605da6 Mon Sep 17 00:00:00 2001 From: Vasudev Kamath Date: Sat, 16 Feb 2019 19:39:01 +0530 Subject: Upgrade to Pelican 4 --- pelicanconf.py | 2 +- publishconf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index f8d5d25..499eb4b 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -53,7 +53,7 @@ SOCIAL = (('twitter', 'https://twitter.com/copyninja_'), STATIC_PATHS = ["images", ] -PLUGIN_PATH = ['../pelican-plugins'] +PLUGIN_PATHS = ['../pelican-plugins'] PLUGINS = [ 'pelican_youtube', 'minification', diff --git a/publishconf.py b/publishconf.py index 26a9b17..66276db 100644 --- a/publishconf.py +++ b/publishconf.py @@ -14,7 +14,7 @@ SITEURL = 'https://copyninja.info' RELATIVE_URLS = False FEED_ALL_ATOM = 'feeds/all.atom.xml' -CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml' +CATEGORY_FEED_ATOM = 'feeds/{slug}.atom.xml' # Use folders as category USE_FOLDER_AS_CATEGORY = True -- cgit v1.2.3