Disable deprecated feed_summary plugin and update SOCIAL var

Thu, 10 Nov 2022 16:46:54 +0100

author
David Douard <david.douard@sdf3.org>
date
Thu, 10 Nov 2022 16:46:54 +0100
changeset 142
6faac5ee8017
parent 141
ff4f2caf80e2
child 143
9e963e155d4c

Disable deprecated feed_summary plugin and update SOCIAL var

pelicanconf.py file | annotate | diff | comparison | revisions
--- a/pelicanconf.py	Thu Nov 10 16:45:50 2022 +0100
+++ b/pelicanconf.py	Thu Nov 10 16:46:54 2022 +0100
@@ -10,7 +10,7 @@
 SITESUBTITLE = u"A blog, sort of"
 TWITTER_USERNAME = u'douardda'
 CONTACTS = (('twitter', 'https://twitter.com/douardda'),
-            ('mastodon', 'https://social.logilab.org/@david'))
+            ('mastodon', 'https://pouet.chapril.org/@douardda'))
 
 
 if isprod:
@@ -79,7 +79,7 @@
                 ]
 PLUGINS = ['better_figures_and_images',
            'sitemap',
-           'feed_summary',
+           #'feed_summary',
            # 'assets',
            'series',
            'related_posts',

mercurial