From 8ac801f269c3acc665e92840bb93ad68f2e70d2c Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Sat, 24 Aug 2019 10:58:09 +0200 Subject: [PATCH] Feat: Add pdf preview!! --- pelicanconf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pelicanconf.py b/pelicanconf.py index 1f00f1f..41d87af 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -83,6 +83,7 @@ PLUGINS = ['hierarchy', "list_files", "render_math", "always_modified", + "pdf-img", ] READERS = {"html": None}