diff options
author | Vasudev Kamath <vasudev@copyninja.info> | 2019-02-16 19:39:01 +0530 |
---|---|---|
committer | Vasudev Kamath <vasudev@copyninja.info> | 2019-02-16 19:39:01 +0530 |
commit | 65e4d7377b33a1e35dd6d88de5b5331c45605da6 (patch) | |
tree | 1f7cbaf74c388f74e889a86f6b15abfd0d50e90d | |
parent | 32ea5c69ee1ac8ddd37fba4543405b81cdcb03aa (diff) |
Upgrade to Pelican 4
-rw-r--r-- | pelicanconf.py | 2 | ||||
-rw-r--r-- | 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 |