From c9150d1d464712887ae89b70d385fd428587f60f Mon Sep 17 00:00:00 2001 From: manetta Date: Wed, 18 May 2022 10:04:58 +0200 Subject: [PATCH] disabled the thumbnailer plugin, as images get really vblurry --- pelicanconf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index d87c8c7..fae9d84 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -31,8 +31,7 @@ PLUGINS = [ "i18n_subsites", "summary", "events-ics", - "complex_footnotes", - "thumbnailer", + "complex_footnotes" ] MARKDOWN = {