# HG changeset patch # User David Douard # Date 1668095214 -3600 # Node ID 6faac5ee801775bf1ab0094bf135e9595357b979 # Parent ff4f2caf80e244abaf6909c92a184c26014e768c Disable deprecated feed_summary plugin and update SOCIAL var diff -r ff4f2caf80e2 -r 6faac5ee8017 pelicanconf.py --- 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',