Enable image_process pugins again

Thu, 10 Nov 2022 20:55:51 +0100

author
David Douard <david.douard@sdf3.org>
date
Thu, 10 Nov 2022 20:55:51 +0100
changeset 147
6b6c2254dac1
parent 146
11e6db4102f1
child 148
2f87039dd0b5

Enable image_process pugins again

pelicanconf.py file | annotate | diff | comparison | revisions
--- a/pelicanconf.py	Thu Nov 10 19:15:24 2022 +0100
+++ b/pelicanconf.py	Thu Nov 10 20:55:51 2022 +0100
@@ -92,7 +92,7 @@
            'pelican_javascript',
            'wavedrom',
            'plotly',
-           # 'image_process',  # seems broken with pelican 4
+           'image_process',  
            ]
 RESPONSIVE_IMAGES = True
 TYPOGRIPFY = True

mercurial